summaryrefslogtreecommitdiff
path: root/src/commands/cmd_squit.cpp
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2014-04-12 22:35:34 +0200
committerAttila Molnar <attilamolnar@hush.com>2014-04-12 22:35:34 +0200
commit66820092160fc24e21e437c0a186aa5922e424c6 (patch)
tree1974c1a3b91642538f779242ab8384db3a206e35 /src/commands/cmd_squit.cpp
parent493ff75f1f89a7ede2800eff0368740fbaf02aa4 (diff)
parentad2e0ef1cd4c0cdcdb2241a10d5fe554984cb91d (diff)
Merge pull request #827 from Robby-/insp20-helpopconf
Some more helpop config updates, and fix a few module syntax messages.
Diffstat (limited to 'src/commands/cmd_squit.cpp')
-rw-r--r--src/commands/cmd_squit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/cmd_squit.cpp b/src/commands/cmd_squit.cpp
index 064d2a31d..ce73ee05b 100644
--- a/src/commands/cmd_squit.cpp
+++ b/src/commands/cmd_squit.cpp
@@ -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