1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-03 04:53:12 +02:00

+- Fixed DEBUGMODE problem, found by someone ..

This commit is contained in:
stskeeps
2001-04-14 16:05:18 +00:00
parent 7d53af10f1
commit 6a9aa19856
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -415,3 +415,4 @@
key-protection (+k) a eyes-notice is sent like it is on banwalk. -NiQuiL
- Added unitedirc.network -NiQuiL
- Removed a , in NiQuiL's banwalk message
- Fixed DEBUGMODE problem, found by someone ..
+2 -2
View File
@@ -574,8 +574,8 @@ extern TS check_pings(TS currenttime, int check_kills)
ping =
IsRegistered(cptr) ? (cptr->class ? cptr->
class->pingfreq : CONNECTTIMEOUT) : CONNECTTIMEOUT;
Debug((DEBUG_DEBUG, "c(%s)=%d p %d k %d r %d a %d", cptr->name,
cptr->status, ping, killflag, rflag,
Debug((DEBUG_DEBUG, "c(%s)=%d p %d k %d a %d", cptr->name,
cptr->status, ping, killflag,
currenttime - cptr->lasttime));
if (ping < (currenttime - cptr->lasttime))
{