]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/commands/cmd_lusers.cpp
Put back different stats numerics for /stats g, /stats k etc
[user/henk/code/inspircd.git] / src / commands / cmd_lusers.cpp
index 3088169a715195eabee0f04f39e7219929a5956a..a00b2143fdbc76a35ba4986845ccb85f7c7ef23a 100644 (file)
@@ -21,7 +21,7 @@ extern "C" DllExport Command* init_command(InspIRCd* Instance)
 
 /** Handle /LUSERS
  */
-CmdResult CommandLusers::Handle (const char** parameters, int pcnt, User *user)
+CmdResult CommandLusers::Handle (const char**, int, User *user)
 {
        // this lusers command shows one server at all times because
        // a protocol module must override it to show those stats.