From dcfd227ffbfb11833663c1f96490d41537b4f496 Mon Sep 17 00:00:00 2001 From: w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> Date: Sat, 25 Oct 2008 16:41:13 +0000 Subject: Fix a number of commands to have max_params field. This means in practice, that colons on gline reasons (etc) are no longer mandatory, provided the command tells the core how many parameters at max it has. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10718 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/commands/cmd_zline.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/commands/cmd_zline.h') diff --git a/include/commands/cmd_zline.h b/include/commands/cmd_zline.h index ddf4b956e..f5ea879bb 100644 --- a/include/commands/cmd_zline.h +++ b/include/commands/cmd_zline.h @@ -29,7 +29,7 @@ class CommandZline : public Command public: /** Constructor for zline. */ - CommandZline (InspIRCd* Instance) : Command(Instance,"ZLINE","o",1,false,0) { syntax = "<ipmask> [<duration> :<reason>]"; } + CommandZline (InspIRCd* Instance) : Command(Instance,"ZLINE","o",1,3,false,0) { syntax = "<ipmask> [<duration> :<reason>]"; } /** Handle command. * @param parameters The parameters to the comamnd * @param pcnt The number of parameters passed to teh command -- cgit v1.2.3