summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-03-10 12:02:58 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-03-10 12:02:58 +0000
commit1acda32c6a39372b72c18b04d976eb07f4bee676 (patch)
treebd07e330e1711cab1860ebc5f5621b2e092bf446 /src
parentaf8c5c23c996418c768bbba4c57dbc7a670b099e (diff)
Typo
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3625 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r--src/command_parse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command_parse.cpp b/src/command_parse.cpp
index 684893355..6ec6f96a2 100644
--- a/src/command_parse.cpp
+++ b/src/command_parse.cpp
@@ -319,7 +319,7 @@ bool CommandParser::IsValidCommand(std::string &commandname, int pcnt, userrec *
{
if (n->second->flags_needed)
{
- return ((user->HasPermission(commandname)) || (is_uline(user->server)))
+ return ((user->HasPermission(commandname)) || (is_uline(user->server)));
}
return true;
}