diff options
Diffstat (limited to 'include/commands/cmd_kline.h')
-rw-r--r-- | include/commands/cmd_kline.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands/cmd_kline.h b/include/commands/cmd_kline.h index fca83aa46..5744de506 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,3,false,0) { syntax = "<ident@host> [<duration> :<reason>]"; } + CommandKline (InspIRCd* Instance) : Command(Instance,NULL,"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 |