]> 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 76e859b98b749e76c30a7ae6cf36a9f520d3e6bf..5709f5c6a549d559d1fda6430959ec77de6c6162 100644 (file)
@@ -2,7 +2,7 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  Inspire is copyright (C) 2002-2005 ChatSpike-Dev.
+ *  InspIRCd is copyright (C) 2002-2006 ChatSpike-Dev.
  *                       E-mail:
  *                <brain@chatspike.net>
  *                <Craig@chatspike.net>
@@ -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);