]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/coremods/core_user/cmd_part.cpp
Demote core_ison and core_userhost to commands in core_user.
[user/henk/code/inspircd.git] / src / coremods / core_user / cmd_part.cpp
index 2bc431ab3d6b7b9b6412e482df8ab5946536e29a..9400eed9347cdd0526f43350d0cda66fd79f2ea1 100644 (file)
@@ -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)