]> 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 0d70fa7881c187c6beff95e33ea67496a8ac440f..1ea6f2f4280e45af9df84fc8eef8b58dea073d11 100644 (file)
 #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.