summaryrefslogtreecommitdiff
path: root/src/coremods/core_channel/cmd_join.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/coremods/core_channel/cmd_join.cpp')
-rw-r--r--src/coremods/core_channel/cmd_join.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coremods/core_channel/cmd_join.cpp b/src/coremods/core_channel/cmd_join.cpp
index 2caed9dc6..0e783d2b3 100644
--- a/src/coremods/core_channel/cmd_join.cpp
+++ b/src/coremods/core_channel/cmd_join.cpp
@@ -24,7 +24,7 @@
CommandJoin::CommandJoin(Module* parent)
: SplitCommand(parent, "JOIN", 1, 2)
{
- syntax = "<channel>{,<channel>} {<key>{,<key>}}";
+ syntax = "<channel>[,<channel>]+ [<key>[,<key>]+]";
Penalty = 2;
}