X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=inline;f=src%2Fcommand_parse.cpp;fp=src%2Fcommand_parse.cpp;h=533c7e28150c942321e45676366cbdd95f208126;hb=168ee804903e5ee10edc04e870e36a1256885e34;hp=7a732f8b5c7acc43242f8a1b1b4538a8bcf88f5c;hpb=f5b2265c2e6868431abbaa301aa1d64e8d49d8b0;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) {