diff options
| author | 2007-10-21 12:23:35 +0000 | |
|---|---|---|
| committer | 2007-10-21 12:23:35 +0000 | |
| commit | e51d2a73eace05860ea571ede294115f395c5a5c (patch) | |
| tree | e3c3f9681dfa378454c2314f516323bb0387ce77 /src/userprocess.cpp | |
| parent | Remove next_call garbage.. It didn't really do much more than obfuscate thing... (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.cpp | 1 |
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" : ""); |
