summaryrefslogtreecommitdiff
path: root/src/coremods/core_channel/cmd_names.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/coremods/core_channel/cmd_names.cpp')
-rw-r--r--src/coremods/core_channel/cmd_names.cpp2
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 28273c903..a179cf9dc 100644
--- a/src/coremods/core_channel/cmd_names.cpp
+++ b/src/coremods/core_channel/cmd_names.cpp
@@ -27,7 +27,7 @@ CommandNames::CommandNames(Module* parent)
, privatemode(parent, "private")
, invisiblemode(parent, "invisible")
{
- syntax = "{<channel>{,<channel>}}";
+ syntax = "<channel>[,<channel>]+";
}
/** Handle /NAMES