diff options
Diffstat (limited to 'include/commands')
-rw-r--r-- | include/commands/cmd_who.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/commands/cmd_who.h b/include/commands/cmd_who.h index 864dd6cb7..bc1601358 100644 --- a/include/commands/cmd_who.h +++ b/include/commands/cmd_who.h @@ -36,8 +36,9 @@ class cmd_who : public command_t bool opt_metadata; bool opt_port; bool opt_away; + bool opt_local; public: - cmd_who (InspIRCd* Instance) : command_t(Instance,"WHO",0,1) { syntax = "<server>|<nickname>|<channel>|<realname>|<host>|0 [ohurmMiap]"; } + cmd_who (InspIRCd* Instance) : command_t(Instance,"WHO",0,1) { syntax = "<server>|<nickname>|<channel>|<realname>|<host>|0 [ohurmMiapl]"; } void SendWhoLine(userrec* user, const std::string &initial, chanrec* ch, userrec* u, std::vector<std::string> &whoresults); CmdResult Handle(const char** parameters, int pcnt, userrec *user); bool whomatch(userrec* user, const char* matchtext); |