]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_eline.cpp
InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which ident...
[user/henk/code/inspircd.git] / src / cmd_eline.cpp
index 96e04da71eece464f37565eec24feb4d9a611767..6a4db99dd3e80c987b717f2fcb7d03fc85e7e6e7 100644 (file)
 #include "xline.h"
 #include "commands/cmd_eline.h"
 
-extern "C" DllExport command_t* init_command(InspIRCd* Instance)
+extern "C" DllExport Command* init_command(InspIRCd* Instance)
 {
        return new cmd_eline(Instance);
 }
 
 /** Handle /ELINE
  */
-CmdResult cmd_eline::Handle (const char** parameters, int pcnt, userrec *user)
+CmdResult cmd_eline::Handle (const char** parameters, int pcnt, User *user)
 {
        if (pcnt >= 3)
        {