From c88ed3a9f97fc4872842f4ad44ca9410c8f6b83c Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 18 Dec 2005 17:37:04 +0000 Subject: [PATCH] Added requirement for at least one parameter git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2562 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/cmd_squit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }; -- 2.39.2