summaryrefslogtreecommitdiff
path: root/src/coremods
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2018-11-11 19:20:15 +0000
committerPeter Powell <petpow@saberuk.com>2018-11-11 19:21:47 +0000
commit16e3ed8d4aaa789b85ff5f4c54cce6222b5a7b98 (patch)
tree192056e265a82e07c34477db3f22bcf3551b88fc /src/coremods
parent77730fd5f09f8fc193205654c8bba84d34365670 (diff)
Fix the syntax description for the WHO command.
Thanks to @KoraggKnightWolf for reporting this.
Diffstat (limited to 'src/coremods')
-rw-r--r--src/coremods/core_who.cpp2
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. */