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:
@@ -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
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user