aboutsummaryrefslogtreecommitdiffstats
path: root/src/command_parse.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2019-02-15 16:24:02 +0000
committerGravatar Sadie Powell2019-02-15 16:24:02 +0000
commite75f03d32f3242ce2e4ca5a30c8312b827288e24 (patch)
tree28880590690fb2a736b9d78d78f24ef96e314fba /src/command_parse.cpp
parentPrevent operators from unloading core modules. (diff)
parentMove the close and jumpserver modules to inspircd-extras. (diff)
Merge branch 'insp3' into master.
Diffstat (limited to 'src/command_parse.cpp')
-rw-r--r--src/command_parse.cpp2
1 files changed, 1 insertions, 1 deletions
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)
{