]> jfr.im git - irc/quakenet/newserv.git/commitdiff
PROXYSCAN: gline for 12h now by default.
authorChris Porter <redacted>
Tue, 7 Feb 2012 18:42:28 +0000 (19:42 +0100)
committerChris Porter <redacted>
Tue, 7 Feb 2012 18:42:28 +0000 (19:42 +0100)
proxyscan/proxyscan.c

index ed40c98cc364512790980b9700734ca77a9562aa..db361f77808b3fc6e69ba9f589aaae9a9c94fed2 100644 (file)
@@ -581,7 +581,7 @@ void killsock(scan *sp, int outcome) {
 
       loggline(chp, sp->node);   
       ip = IPtostr(((patricia_node_t *)sp->node)->prefix->sin);
-      irc_send("%s GL * +*@%s 1800 %jd :Open Proxy, see http://www.quakenet.org/openproxies.html - ID: %d",
+      irc_send("%s GL * +*@%s 43200 %jd :Open Proxy, see http://www.quakenet.org/openproxies.html - ID: %d",
               mynumeric->content,ip,(intmax_t)getnettime(), chp->glineid);
       Error("proxyscan",ERR_DEBUG,"Found open proxy on host %s",ip);