]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_connect.h
Command result codes. This isnt finished yet, still got to do most of the modules...
[user/henk/code/inspircd.git] / include / commands / cmd_connect.h
index 203fbe9c0d7b9fed21725fee4540488ce0bce20f..642c30030802fd57abcdf11980eeaa03df816bff 100644 (file)
@@ -26,7 +26,7 @@ class cmd_connect : public command_t
 {
  public:
         cmd_connect (InspIRCd* Instance) : command_t(Instance,"CONNECT",'o',1) { syntax = "<servername> [<remote-server>]"; }
-        void Handle(const char** parameters, int pcnt, userrec *user);
+        CmdResult Handle(const char** parameters, int pcnt, userrec *user);
 };
 
 #endif