]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_mode.h
Command result codes. This isnt finished yet, still got to do most of the modules...
[user/henk/code/inspircd.git] / include / commands / cmd_mode.h
index e52042f6a67a47a7ffa6126230b49cfd205a4882..c9e82f572d6fe9f8f714e0b8936e1d401c83bcea 100644 (file)
@@ -25,7 +25,7 @@ class cmd_mode : public command_t
 {
  public:
         cmd_mode (InspIRCd* Instance) : command_t(Instance,"MODE",0,1) { syntax = "<target> <modes> {<mode-parameters>}"; }
-        void Handle(const char** parameters, int pcnt, userrec *user);
+        CmdResult Handle(const char** parameters, int pcnt, userrec *user);
 };
 
 #endif