summaryrefslogtreecommitdiff
path: root/src/userprocess.cpp
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2007-10-21 12:23:35 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2007-10-21 12:23:35 +0000
commite51d2a73eace05860ea571ede294115f395c5a5c (patch)
treee3c3f9681dfa378454c2314f516323bb0387ce77 /src/userprocess.cpp
parent4487dde76ffbdb21e7dc319b3b87d09c3cf60d8c (diff)
Subtract a boobie
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8242 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/userprocess.cpp')
-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" : "");