From a15a182b2cf6ed3a64cfb48bbf59519d086d98f3 Mon Sep 17 00:00:00 2001 From: Doug Freed Date: Wed, 13 Jan 2016 22:09:28 -0700 Subject: More bugfixes and improvements - Request and save the real IP when syncing - Handle our nick not matching what we want it to be when we're kicked - Minor style consistency fix - Greatly improve channel syncing - Retrieve hostname/IP bans and quiets better - Clean up generation of reversed IP for DNSBL checking - Improve getHostIP's detection of real hostnames --- meta.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta.pl') diff --git a/meta.pl b/meta.pl index 6ccddca..b306226 100755 --- a/meta.pl +++ b/meta.pl @@ -69,6 +69,8 @@ $::settingschanged = 0; %::spy = (); $::starttime = time; @::syncqueue = (); +@::bansyncqueue = (); +@::quietsyncqueue = (); $::pendingsync = 0; %::watchRegged = (); $::lastline = ""; -- cgit v1.2.3