From 168ee804903e5ee10edc04e870e36a1256885e34 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Fri, 15 Feb 2019 10:56:08 +0000 Subject: Rename User::nping to nextping for consistency with lastping. --- src/command_parse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command_parse.cpp') 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) { -- cgit v1.3.1-10-gc9f91