mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
cmd_names: Fix the syntax.
This commit is contained in:
parent
f852e2d7fe
commit
574c994c72
@ -220,7 +220,7 @@ Sends a notice to a user or channel specified in <target>.">
|
||||
|
||||
Joins one or more channels you provide the names for.">
|
||||
|
||||
<helpop key="names" value="/NAMES <channel>[,<channel>]+
|
||||
<helpop key="names" value="/NAMES [<channel>[,<channel>]+]
|
||||
|
||||
Return a list of users on the channel(s) you provide.">
|
||||
|
||||
|
@ -29,7 +29,7 @@ CommandNames::CommandNames(Module* parent)
|
||||
, invisiblemode(parent, "invisible")
|
||||
, namesevprov(parent, "event/names")
|
||||
{
|
||||
syntax = "<channel>[,<channel>]+";
|
||||
syntax = "[<channel>[,<channel>]+]";
|
||||
}
|
||||
|
||||
/** Handle /NAMES
|
||||
|
Loading…
x
Reference in New Issue
Block a user