]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/commands/cmd_squit.cpp
Merge pull request #1269 from Adam-/insp20+saslhost
[user/henk/code/inspircd.git] / src / commands / cmd_squit.cpp
index 064d2a31d31107ba790e1dae722ce856628eecd1..ce73ee05ba2678a3e50b03bca75f867f60ec8010 100644 (file)
@@ -30,7 +30,7 @@ class CommandSquit : public Command
  public:
        /** Constructor for squit.
         */
-       CommandSquit ( Module* parent) : Command(parent,"SQUIT",1,2) { flags_needed = 'o'; syntax = "<servername> [<reason>]"; }
+       CommandSquit ( Module* parent) : Command(parent,"SQUIT",1,2) { flags_needed = 'o'; syntax = "<servername>"; }
        /** Handle command.
         * @param parameters The parameters to the comamnd
         * @param pcnt The number of parameters passed to teh command