diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-10 12:02:58 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-10 12:02:58 +0000 |
commit | 1acda32c6a39372b72c18b04d976eb07f4bee676 (patch) | |
tree | bd07e330e1711cab1860ebc5f5621b2e092bf446 /src/command_parse.cpp | |
parent | af8c5c23c996418c768bbba4c57dbc7a670b099e (diff) |
Typo
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3625 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/command_parse.cpp')
-rw-r--r-- | src/command_parse.cpp | 2 |
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; } |