summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/cmd_squit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cmd_squit.h b/include/cmd_squit.h
index 5e1695a4b..36f56e549 100644
--- a/include/cmd_squit.h
+++ b/include/cmd_squit.h
@@ -31,7 +31,7 @@
class cmd_squit : public command_t
{
public:
- cmd_squit () : command_t("SQUIT",'o',0) { }
+ cmd_squit () : command_t("SQUIT",'o',1) { }
void Handle(char **parameters, int pcnt, userrec *user);
};