cmd_names: Fix the syntax.

This commit is contained in:
Robby 2019-05-05 06:25:44 +02:00 committed by Peter Powell
parent f852e2d7fe
commit 574c994c72
2 changed files with 2 additions and 2 deletions

View File

@ -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.">

View File

@ -29,7 +29,7 @@ CommandNames::CommandNames(Module* parent)
, invisiblemode(parent, "invisible")
, namesevprov(parent, "event/names")
{
syntax = "<channel>[,<channel>]+";
syntax = "[<channel>[,<channel>]+]";
}
/** Handle /NAMES