From 1acda32c6a39372b72c18b04d976eb07f4bee676 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 10 Mar 2006 12:02:58 +0000 Subject: Typo git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3625 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/command_parse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command_parse.cpp') 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; } -- cgit v1.2.3