]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/command_parse.cpp
added added "./configure -svnupdate rebuild"
[user/henk/code/inspircd.git] / src / command_parse.cpp
index 6848933559922b8c0f206aeff80e84d8ce39adef..6ec6f96a2b2172515beb6dbe08d273d14dd9b374 100644 (file)
@@ -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;
                        }