]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/commands/cmd_stats.cpp
Move some stuff from using userrec cached stuff to using stuff in the connect classes
[user/henk/code/inspircd.git] / src / commands / cmd_stats.cpp
index 52172df0675c5fc85d490ce1a8d0aed18624f7b1..fb2e32232859dc60ce727d8845440162a345ee71 100644 (file)
@@ -31,7 +31,7 @@ extern "C" DllExport Command* init_command(InspIRCd* Instance)
        return new CommandStats(Instance);
 }
 
-CmdResult CommandStats::Handle (const char** parameters, int pcnt, User *user)
+CmdResult CommandStats::Handle (const char** parameters, int /* pcnt */, User *user)
 {
        if (IS_LOCAL(user))
        {