]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_pong.cpp
InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which ident...
[user/henk/code/inspircd.git] / src / cmd_pong.cpp
index dab4de7203bfacc4b9c5b6e0c64f358700f26cd5..aca3170783ab818955d1de16c4588ac24d9c387f 100644 (file)
@@ -19,7 +19,7 @@ extern "C" DllExport Command* init_command(InspIRCd* Instance)
        return new cmd_pong(Instance);
 }
 
-CmdResult cmd_pong::Handle (const char** parameters, int pcnt, userrec *user)
+CmdResult cmd_pong::Handle (const char** parameters, int pcnt, User *user)
 {
        // set the user as alive so they survive to next ping
        user->lastping = 1;