diff options
| author | 2019-02-15 16:24:02 +0000 | |
|---|---|---|
| committer | 2019-02-15 16:24:02 +0000 | |
| commit | e75f03d32f3242ce2e4ca5a30c8312b827288e24 (patch) | |
| tree | 28880590690fb2a736b9d78d78f24ef96e314fba /src/command_parse.cpp | |
| parent | Prevent operators from unloading core modules. (diff) | |
| parent | Move 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.cpp | 2 |
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) { |
