]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/commands/cmd_stats.cpp
Attempt to revert r11734
[user/henk/code/inspircd.git] / src / commands / cmd_stats.cpp
index e3961a9069165b8e3eb4895c6ae811075672292a..7ffa4a93c16f41a0e72cc85357ec82963f1201ec 100644 (file)
@@ -36,7 +36,7 @@ class CommandStats : public Command
  public:
        /** Constructor for stats.
         */
-       CommandStats (InspIRCd* Instance, Module* parent) : Command(Instance,parent,"STATS",0,1) { syntax = "<stats-symbol> [<servername>]"; }
+       CommandStats ( Module* parent) : Command(parent,"STATS",1,2) { syntax = "<stats-symbol> [<servername>]"; }
        /** Handle command.
         * @param parameters The parameters to the comamnd
         * @param pcnt The number of parameters passed to teh command