diff options
Diffstat (limited to 'include/commands/cmd_stats.h')
-rw-r--r-- | include/commands/cmd_stats.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands/cmd_stats.h b/include/commands/cmd_stats.h index 70791670f..8df7def88 100644 --- a/include/commands/cmd_stats.h +++ b/include/commands/cmd_stats.h @@ -32,7 +32,7 @@ class CommandStats : public Command public: /** Constructor for stats. */ - CommandStats (InspIRCd* Instance) : Command(Instance,"STATS",0,1) { syntax = "<stats-symbol> [<servername>]"; } + CommandStats (InspIRCd* Instance) : Command(Instance,NULL,"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 |