From a8bfe53cd4cd2ddc85c0759f23fc0a8266e26c36 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 21 Oct 2007 16:18:32 +0000 Subject: Don't penalise /kill and /*line git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8259 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/commands/cmd_gline.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/commands/cmd_gline.h') diff --git a/include/commands/cmd_gline.h b/include/commands/cmd_gline.h index 3a398995f..8a9891a30 100644 --- a/include/commands/cmd_gline.h +++ b/include/commands/cmd_gline.h @@ -29,7 +29,7 @@ class cmd_gline : public Command public: /** Constructor for gline. */ - cmd_gline (InspIRCd* Instance) : Command(Instance,"GLINE",'o',1) { syntax = " [ :]"; } + cmd_gline (InspIRCd* Instance) : Command(Instance,"GLINE",'o',1,false,0) { syntax = " [ :]"; } /** Handle command. * @param parameters The parameters to the comamnd * @param pcnt The number of parameters passed to teh command -- cgit v1.2.3