diff options
| author | 2018-07-12 01:23:06 +0100 | |
|---|---|---|
| committer | 2018-07-12 01:31:24 +0100 | |
| commit | a37c11101acd5c8a4d32a5e3d8372baffc786836 (patch) | |
| tree | 09b282197f6a14b52f69a3f400101dcd6359ca38 /src | |
| parent | Fix replying with the source user in oper-restricted WHO lookups. (diff) | |
Clean up the WHO helpop documentation.
Diffstat (limited to 'src')
| -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. |
