summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/userprocess.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/userprocess.cpp b/src/userprocess.cpp
index 33057c52d..9009cf061 100644
--- a/src/userprocess.cpp
+++ b/src/userprocess.cpp
@@ -239,7 +239,6 @@ void InspIRCd::DoBackgroundUserStuff()
// This user didn't answer the last ping, remove them
if (!curr->lastping)
{
- /* Everybody loves boobies. */
time_t time = this->Time(false) - (curr->nping - curr->pingmax);
char message[MAXBUF];
snprintf(message, MAXBUF, "Ping timeout: %ld second%s", (long)time, time > 1 ? "s" : "");