summaryrefslogtreecommitdiffstats
path: root/meta.pl
diff options
context:
space:
mode:
authorLibravatarDoug Freed <dwfreed@mtu.edu>2016-01-13 22:09:28 -0700
committerLibravatarDoug Freed <dwfreed@mtu.edu>2016-01-13 22:09:28 -0700
commita15a182b2cf6ed3a64cfb48bbf59519d086d98f3 (patch)
tree38a8cb91dfc5f88b97bf5d2aad026e44520f4580 /meta.pl
parentaa8fb99e32987c4da8871607fa94d70577c39495 (diff)
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
Diffstat (limited to 'meta.pl')
-rwxr-xr-xmeta.pl2
1 files changed, 2 insertions, 0 deletions
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 = "";