]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_lusers.cpp
Fuck. Press save, then commit.
[user/henk/code/inspircd.git] / src / cmd_lusers.cpp
index c2ad9de49d6e86a10ab8d9a1ee94d271e1b6a8de..1ea6f2f4280e45af9df84fc8eef8b58dea073d11 100644 (file)
  * ---------------------------------------------------
  */
 
-#include "users.h"
 #include "inspircd.h"
 #include "commands/cmd_lusers.h"
 
-extern "C" DllExport command_t* init_command(InspIRCd* Instance)
+extern "C" DllExport Command* init_command(InspIRCd* Instance)
 {
        return new cmd_lusers(Instance);
 }
 
 /** Handle /LUSERS
  */
-CmdResult cmd_lusers::Handle (const char** parameters, int pcnt, userrec *user)
+CmdResult cmd_lusers::Handle (const char** parameters, int pcnt, User *user)
 {
        // this lusers command shows one server at all times because
        // a protocol module must override it to show those stats.