]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/mod-sockcheck.c
This should fix the nickserv module complaining about not enough parameters when...
[irc/evilnet/x3.git] / src / mod-sockcheck.c
index 1975c366aacdaacd7e7321ff78ee9dac5a95aab2..42ed8b43a7fde554b80fa6c93b71709b1e66600c 100644 (file)
@@ -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 *