]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/coremods/core_stats.cpp
When silence mask is prefixed by + or -, it should only remove the first character...
[user/henk/code/inspircd.git] / src / coremods / core_stats.cpp
index 6576aa514c505dc4b3b2e0469317f26b9ab4866b..918d59ab7dcc89b8d45c150b34ac30dd960163dd 100644 (file)
@@ -44,7 +44,7 @@ class CommandStats : public Command
                , statsevprov(Creator, "event/stats")
        {
                allow_empty_last_param = false;
-               syntax = "<stats-symbol> [<servername>]";
+               syntax = "<symbol> [<servername>]";
        }
 
        /** Handle command.