X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/83ff05c356f6497be2475640d1cb2e3eb369831f..0f3e9cfc4b5d0f13085c975e10c0e6c4c8e5fbc3:/src/mod-sockcheck.c diff --git a/src/mod-sockcheck.c b/src/mod-sockcheck.c index 1975c36..42ed8b4 100644 --- a/src/mod-sockcheck.c +++ b/src/mod-sockcheck.c @@ -207,7 +207,7 @@ sockcheck_issue_gline(sockcheck_cache_info sci) strcpy(target, "*@"); strcpy(target+2, sci->hostname); log_module(PC_LOG, LOG_INFO, "Issuing gline for client at IP %s hostname %s: %s", inet_ntoa(sci->addr), sci->hostname, sci->reason); - gline_add("ProxyCheck", target, sockcheck_conf.gline_duration, sci->reason, now, 1); + gline_add("ProxyCheck", target, sockcheck_conf.gline_duration, sci->reason, now, 1, 1); } static struct sockcheck_client *