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 ab677fc8e..392975fab 100644
--- a/include/commands/cmd_kill.h
+++ b/include/commands/cmd_kill.h
@@ -29,7 +29,7 @@ class CommandKill : public Command
public:
/** Constructor for kill.
*/
- CommandKill (InspIRCd* Instance) : Command(Instance,"KILL","o",2,false,0) { syntax = "<nickname> <reason>"; }
+ CommandKill (InspIRCd* Instance) : Command(Instance,NULL,"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