]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/coremods/core_stats.cpp
Merge insp20
[user/henk/code/inspircd.git] / src / coremods / core_stats.cpp
index d890d19ea2f93e1516a611b6d97b92d048ddad81..ee0c50db2c5378068a04d2d41a27c152c0a9cb7a 100644 (file)
@@ -35,7 +35,7 @@ class CommandStats : public Command
  public:
        /** Constructor for stats.
         */
-       CommandStats ( Module* parent) : Command(parent,"STATS",1,2) { syntax = "<stats-symbol> [<servername>]"; }
+       CommandStats ( Module* parent) : Command(parent,"STATS",1,2) { allow_empty_last_param = false; syntax = "<stats-symbol> [<servername>]"; }
        /** Handle command.
         * @param parameters The parameters to the command
         * @param user The user issuing the command