X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fusermanager.cpp;h=52cb4989fbbaf199ff0eee1aa1718d27337e4aae;hb=5bea41d726f9c93ca1914ae9b6259765991d383c;hp=2dcee852c564f5d6aba3506abf6eee251d9f541c;hpb=bc8664c5c49f4ac9adbc5e3937a584e4a6b35614;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/usermanager.cpp b/src/usermanager.cpp index 2dcee852c..52cb4989f 100644 --- a/src/usermanager.cpp +++ b/src/usermanager.cpp @@ -301,7 +301,7 @@ void UserManager::DoBackgroundUserStuff() switch (curr->registered) { case REG_ALL: - if (ServerInstance->Time() > curr->nping) + if (ServerInstance->Time() >= curr->nping) { // This user didn't answer the last ping, remove them if (!curr->lastping)