X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=include%2Fcommands%2Fcmd_who.h;h=299b70cdde1f2b653f353e21aef1a1376f404def;hb=b57568ecc46296ba3a0e06d770eceff40cc9aee4;hp=8b5bbe89e3242006308067bf1449a8edf1c6f416;hpb=fd317e2325992c472487574d6e49749f4ea802e4;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/commands/cmd_who.h b/include/commands/cmd_who.h index 8b5bbe89e..299b70cdd 100644 --- a/include/commands/cmd_who.h +++ b/include/commands/cmd_who.h @@ -26,6 +26,7 @@ */ class cmd_who : public command_t { + bool CanView(chanrec* chan, userrec* user); public: cmd_who (InspIRCd* Instance) : command_t(Instance,"WHO",0,1) { syntax = "|||||0 [ohur]"; } CmdResult Handle(const char** parameters, int pcnt, userrec *user);