]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/command_parse.h
Probably doesnt work yet
[user/henk/code/inspircd.git] / include / command_parse.h
index a58dfe5d108a38d2bc1e2b1474ceb13269644f98..5709f5c6a549d559d1fda6430959ec77de6c6162 100644 (file)
@@ -34,7 +34,7 @@ class CommandParser
        command_table cmdlist;
 
        CommandParser();
-       void CallHandler(std::string &commandname,char **parameters, int pcnt, userrec *user);
+       bool CallHandler(std::string &commandname,char **parameters, int pcnt, userrec *user);
        bool IsValidCommand(std::string &commandname, int pcnt, userrec * user);
        int LoopCall(command_t *fn, char **parameters, int pcnt, userrec *u, int start, int end, int joins);
        void ProcessBuffer(const char* cmdbuf,userrec *user);