Fix the syntax description for the WHO command.

Thanks to @KoraggKnightWolf for reporting this.
This commit is contained in:
Peter Powell 2018-11-11 19:20:15 +00:00
parent 77730fd5f0
commit 16e3ed8d4a

View File

@ -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. */