summaryrefslogtreecommitdiff
path: root/include/commands/cmd_who.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/commands/cmd_who.h')
-rw-r--r--include/commands/cmd_who.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands/cmd_who.h b/include/commands/cmd_who.h
index 7d1bab933..e0f6f61c6 100644
--- a/include/commands/cmd_who.h
+++ b/include/commands/cmd_who.h
@@ -41,7 +41,7 @@ class cmd_who : public Command
public:
/** Constructor for who.
*/
- cmd_who (InspIRCd* Instance) : Command(Instance,"WHO",0,1) { syntax = "<server>|<nickname>|<channel>|<realname>|<host>|0 [ohurmMiaplf]"; }
+ cmd_who (InspIRCd* Instance) : Command(Instance,"WHO", 0, 1, false, 2) { syntax = "<server>|<nickname>|<channel>|<realname>|<host>|0 [ohurmMiaplf]"; }
void SendWhoLine(User* user, const std::string &initial, Channel* ch, User* u, std::vector<std::string> &whoresults);
/** Handle command.
* @param parameters The parameters to the comamnd