diff options
Diffstat (limited to 'include/commands/cmd_stats.h')
-rw-r--r-- | include/commands/cmd_stats.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/commands/cmd_stats.h b/include/commands/cmd_stats.h index 69e151135..7306793bd 100644 --- a/include/commands/cmd_stats.h +++ b/include/commands/cmd_stats.h @@ -27,12 +27,12 @@ DllExport void DoStats(InspIRCd* Instance, char statschar, User* user, string_li * the same way, however, they can be fully unloaded, where these * may not. */ -class cmd_stats : public Command +class CommandStats : public Command { public: /** Constructor for stats. */ - cmd_stats (InspIRCd* Instance) : Command(Instance,"STATS",0,1) { syntax = "<stats-symbol> [<servername>]"; } + CommandStats (InspIRCd* Instance) : Command(Instance,"STATS",0,1) { syntax = "<stats-symbol> [<servername>]"; } /** Handle command. * @param parameters The parameters to the comamnd * @param pcnt The number of parameters passed to teh command |