mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
Fix the syntax description for the WHO command.
Thanks to @KoraggKnightWolf for reporting this.
This commit is contained in:
parent
77730fd5f0
commit
16e3ed8d4a
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user