X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fcommands%2Fcmd_mode.h;h=c9e82f572d6fe9f8f714e0b8936e1d401c83bcea;hb=4cf0ae1308fe98757de42ffbe391e61844ac9e0a;hp=e52042f6a67a47a7ffa6126230b49cfd205a4882;hpb=540f3bd9da75eea65e8ae5e5fd929ff522d95870;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/commands/cmd_mode.h b/include/commands/cmd_mode.h index e52042f6a..c9e82f572 100644 --- a/include/commands/cmd_mode.h +++ b/include/commands/cmd_mode.h @@ -25,7 +25,7 @@ class cmd_mode : public command_t { public: cmd_mode (InspIRCd* Instance) : command_t(Instance,"MODE",0,1) { syntax = " {}"; } - void Handle(const char** parameters, int pcnt, userrec *user); + CmdResult Handle(const char** parameters, int pcnt, userrec *user); }; #endif