summaryrefslogtreecommitdiff
path: root/src/coremods/core_user/cmd_part.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/coremods/core_user/cmd_part.cpp')
-rw-r--r--src/coremods/core_user/cmd_part.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coremods/core_user/cmd_part.cpp b/src/coremods/core_user/cmd_part.cpp
index 2bc431ab3..9400eed93 100644
--- a/src/coremods/core_user/cmd_part.cpp
+++ b/src/coremods/core_user/cmd_part.cpp
@@ -25,7 +25,7 @@ CommandPart::CommandPart(Module* parent)
: Command(parent, "PART", 1, 2)
{
Penalty = 5;
- syntax = "<channel>{,<channel>} [<reason>]";
+ syntax = "<channel>[,<channel>]+ [:<reason>]";
}
CmdResult CommandPart::Handle(User* user, const Params& parameters)