diff options
Diffstat (limited to 'src/commands/cmd_who.cpp')
-rw-r--r-- | src/commands/cmd_who.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/cmd_who.cpp b/src/commands/cmd_who.cpp index d92394c3b..1a18ab410 100644 --- a/src/commands/cmd_who.cpp +++ b/src/commands/cmd_who.cpp @@ -44,7 +44,7 @@ class CommandWho : public Command /** Constructor for who. */ CommandWho ( Module* parent) : Command(parent,"WHO", 1) { - syntax = "<server>|<nickname>|<channel>|<realname>|<host>|0 [ohurmMiaplf]"; + syntax = "<server>|<nickname>|<channel>|<realname>|<host>|0 [afhilMmoprt]"; } void SendWhoLine(User* user, const std::vector<std::string>& parms, const std::string &initial, Channel* ch, User* u, std::vector<std::string> &whoresults); /** Handle command. |