X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fcommand_parse.cpp;h=533c7e28150c942321e45676366cbdd95f208126;hb=9ea8ecfaf395955a4e58c743c2f9e35a26528039;hp=7a732f8b5c7acc43242f8a1b1b4538a8bcf88f5c;hpb=4047a143fc1d16350db70c94b9ea77d79de05714;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/command_parse.cpp b/src/command_parse.cpp index 7a732f8b5..533c7e281 100644 --- a/src/command_parse.cpp +++ b/src/command_parse.cpp @@ -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) {