summaryrefslogtreecommitdiff
path: root/include/commands/cmd_wallops.h
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-10-25 16:41:13 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-10-25 16:41:13 +0000
commitdcfd227ffbfb11833663c1f96490d41537b4f496 (patch)
tree7a3160c5aad410c547688f571381057c939a0a5f /include/commands/cmd_wallops.h
parent5b91ea259b0c01e2c936f1be8ee1f888d2704aa1 (diff)
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
Diffstat (limited to 'include/commands/cmd_wallops.h')
-rw-r--r--include/commands/cmd_wallops.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands/cmd_wallops.h b/include/commands/cmd_wallops.h
index fdc522fc6..96fa1ccd9 100644
--- a/include/commands/cmd_wallops.h
+++ b/include/commands/cmd_wallops.h
@@ -29,7 +29,7 @@ class CommandWallops : public Command
public:
/** Constructor for wallops.
*/
- CommandWallops (InspIRCd* Instance) : Command(Instance,"WALLOPS","o",1) { syntax = "<any-text>"; }
+ CommandWallops (InspIRCd* Instance) : Command(Instance,"WALLOPS","o",1,1) { syntax = "<any-text>"; }
/** Handle command.
* @param parameters The parameters to the comamnd
* @param pcnt The number of parameters passed to teh command