summaryrefslogtreecommitdiff
path: root/include/commands/cmd_kline.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/commands/cmd_kline.h')
-rw-r--r--include/commands/cmd_kline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands/cmd_kline.h b/include/commands/cmd_kline.h
index 98ac098de..36292d514 100644
--- a/include/commands/cmd_kline.h
+++ b/include/commands/cmd_kline.h
@@ -29,7 +29,7 @@ class CommandKline : public Command
public:
/** Constructor for kline.
*/
- CommandKline (InspIRCd* Instance) : Command(Instance,"KLINE","o",1,false,0) { syntax = "<ident@host> [<duration> :<reason>]"; }
+ CommandKline (InspIRCd* Instance) : Command(Instance,"KLINE","o",1,3,false,0) { syntax = "<ident@host> [<duration> :<reason>]"; }
/** Handle command.
* @param parameters The parameters to the comamnd
* @param pcnt The number of parameters passed to teh command