diff options
-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. */ |