diff options
Diffstat (limited to 'include/commands/cmd_who.h')
-rw-r--r-- | include/commands/cmd_who.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 = "<server>|<nickname>|<channel>|<realname>|<host>|0 [ohur]"; } CmdResult Handle(const char** parameters, int pcnt, userrec *user); |