diff options
author | Peter Powell <petpow@saberuk.com> | 2018-11-11 19:20:15 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2018-11-11 19:21:47 +0000 |
commit | 16e3ed8d4aaa789b85ff5f4c54cce6222b5a7b98 (patch) | |
tree | 192056e265a82e07c34477db3f22bcf3551b88fc | |
parent | 77730fd5f09f8fc193205654c8bba84d34365670 (diff) |
Fix the syntax description for the WHO command.
Thanks to @KoraggKnightWolf for reporting this.
-rw-r--r-- | src/coremods/core_who.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coremods/core_who.cpp b/src/coremods/core_who.cpp index 362e79c03..d2d97dc18 100644 --- a/src/coremods/core_who.cpp +++ b/src/coremods/core_who.cpp @@ -162,7 +162,7 @@ class CommandWho : public SplitCommand , invisiblemode(parent, "invisible") { allow_empty_last_param = false; - syntax = "<server>|<nickname>|<channel>|<realname>|<host>|0 [[Aafhilmnoprstu] <server>|<nickname>|<channel>|<realname>|<host>|0]"; + syntax = "<server>|<nickname>|<channel>|<realname>|<host>|0 [[Aafhilmnoprstux][%acdfhilnorstu] <server>|<nickname>|<channel>|<realname>|<host>|0]"; } /** Sends a WHO reply to a user. */ |