X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fcommands%2Fcmd_users.h;h=2040913331aca2899c6a1be9129ed9bb6e662b60;hb=9f13269062094853b023d09b4ac24d2cf08a0de2;hp=bd1607607f22ae1d9c1bc9ef807a5435956ff5a3;hpb=d54fd9b1e6b31f69332a9241b5f17330c0ad61e0;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/commands/cmd_users.h b/include/commands/cmd_users.h index bd1607607..204091333 100644 --- a/include/commands/cmd_users.h +++ b/include/commands/cmd_users.h @@ -25,11 +25,13 @@ #include "users.h" #include "channels.h" +/** Handle /USERS stub + */ class cmd_users : public command_t { public: cmd_users (InspIRCd* Instance) : command_t(Instance,"USERS",0,0) { } - void Handle(const char** parameters, int pcnt, userrec *user); + CmdResult Handle(const char** parameters, int pcnt, userrec *user); }; #endif