diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/coremods/core_channel/cmd_names.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coremods/core_channel/cmd_names.cpp b/src/coremods/core_channel/cmd_names.cpp index b5cd98ec8..d50370246 100644 --- a/src/coremods/core_channel/cmd_names.cpp +++ b/src/coremods/core_channel/cmd_names.cpp @@ -29,7 +29,7 @@ CommandNames::CommandNames(Module* parent) , invisiblemode(parent, "invisible") , namesevprov(parent, "event/names") { - syntax = "<channel>[,<channel>]+"; + syntax = "[<channel>[,<channel>]+]"; } /** Handle /NAMES |