diff options
Diffstat (limited to 'include/commands/cmd_quit.h')
-rw-r--r-- | include/commands/cmd_quit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/commands/cmd_quit.h b/include/commands/cmd_quit.h index 23da5481c..c9ae8e37f 100644 --- a/include/commands/cmd_quit.h +++ b/include/commands/cmd_quit.h @@ -24,12 +24,12 @@ * the same way, however, they can be fully unloaded, where these * may not. */ -class cmd_quit : public Command +class CommandQuit : public Command { public: /** Constructor for quit. */ - cmd_quit (InspIRCd* Instance) : Command(Instance,"QUIT",0,0,true) { syntax = "[<message>]"; } + CommandQuit (InspIRCd* Instance) : Command(Instance,"QUIT",0,0,true) { syntax = "[<message>]"; } /** Handle command. * @param parameters The parameters to the comamnd * @param pcnt The number of parameters passed to teh command |