summaryrefslogtreecommitdiff
path: root/include/commands/cmd_kill.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/commands/cmd_kill.h')
-rw-r--r--include/commands/cmd_kill.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands/cmd_kill.h b/include/commands/cmd_kill.h
index 1f80cded9..1dd048e5c 100644
--- a/include/commands/cmd_kill.h
+++ b/include/commands/cmd_kill.h
@@ -29,7 +29,7 @@ class cmd_kill : public Command
public:
/** Constructor for kill.
*/
- cmd_kill (InspIRCd* Instance) : Command(Instance,"KILL",'o',2) { syntax = "<nickname> <reason>"; }
+ cmd_kill (InspIRCd* Instance) : Command(Instance,"KILL",'o',2,false,0) { syntax = "<nickname> <reason>"; }
/** Handle command.
* @param parameters The parameters to the comamnd
* @param pcnt The number of parameters passed to teh command