diff options
Diffstat (limited to 'include/commands/cmd_kill.h')
-rw-r--r-- | include/commands/cmd_kill.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/commands/cmd_kill.h b/include/commands/cmd_kill.h index 1dd048e5c..655c44257 100644 --- a/include/commands/cmd_kill.h +++ b/include/commands/cmd_kill.h @@ -24,12 +24,12 @@ * the same way, however, they can be fully unloaded, where these * may not. */ -class cmd_kill : public Command +class CommandKill : public Command { public: /** Constructor for kill. */ - cmd_kill (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 |