]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/command_parse.cpp
Rename User::nping to nextping for consistency with lastping.
[user/henk/code/inspircd.git] / src / command_parse.cpp
index 7a732f8b5c7acc43242f8a1b1b4538a8bcf88f5c..533c7e28150c942321e45676366cbdd95f208126 100644 (file)
@@ -246,7 +246,7 @@ void CommandParser::ProcessCommand(LocalUser* user, std::string& command, Comman
                return;
 
        /* activity resets the ping pending timer */
-       user->nping = ServerInstance->Time() + user->MyClass->GetPingTime();
+       user->nextping = ServerInstance->Time() + user->MyClass->GetPingTime();
 
        if (handler->flags_needed)
        {