X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fcmd_squit.h;h=36f56e5491a9b543295b68a84b45c0503b4b32f1;hb=c88ed3a9f97fc4872842f4ad44ca9410c8f6b83c;hp=5e1695a4bb1a13e850ad7c1ba451abcf32527083;hpb=549a66043952bbfd2684aec4f8f1c0fc35d4a855;p=user%2Fhenk%2Fcode%2Finspircd.git 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); };