diff options
Diffstat (limited to 'include/commands/cmd_restart.h')
-rw-r--r-- | include/commands/cmd_restart.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/commands/cmd_restart.h b/include/commands/cmd_restart.h index 2a5c7eda4..8995c14bb 100644 --- a/include/commands/cmd_restart.h +++ b/include/commands/cmd_restart.h @@ -27,12 +27,12 @@ * the same way, however, they can be fully unloaded, where these * may not. */ -class cmd_restart : public Command +class CommandRestart : public Command { public: /** Constructor for restart. */ - cmd_restart (InspIRCd* Instance) : Command(Instance,"RESTART",'o',1,false,0) { syntax = "<password>"; } + CommandRestart (InspIRCd* Instance) : Command(Instance,"RESTART",'o',1,false,0) { syntax = "<password>"; } /** Handle command. * @param parameters The parameters to the comamnd * @param pcnt The number of parameters passed to teh command |