diff options
Diffstat (limited to 'include/commands/cmd_kill.h')
-rw-r--r-- | include/commands/cmd_kill.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands/cmd_kill.h b/include/commands/cmd_kill.h index 29c93d0bf..16d80bb5e 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,"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 |