diff options
| author | 2016-01-14 13:52:04 -0700 | |
|---|---|---|
| committer | 2016-01-14 13:52:04 -0700 | |
| commit | 84fea950fd61b14fd89888346ba09e3e93af6f45 (patch) | |
| tree | d93b1d731924ae20841e2c49e4014d3a76df75f2 /meta.pl | |
| parent | a15a182b2cf6ed3a64cfb48bbf59519d086d98f3 (diff) | |
Process DNS lookups when syncing ban/quietlists asynchronously
Diffstat (limited to 'meta.pl')
| -rwxr-xr-x | meta.pl | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -63,7 +63,8 @@ $::settingschanged = 0; "latency" => RED, "statsp" => MAGENTA, "ctcp" => 0, #RED, - "logger" => 0 + "logger" => 0, + "dns" => 0 ); %::dsock = (); %::spy = (); @@ -133,7 +134,7 @@ sub init { $::inspector = ASM::Inspect->new(); $::services = ASM::Services->new(); $::commander = ASM::Commander->new(); - ASM::Event->new($conn, $::inspector); + $::event = ASM::Event->new($conn, $::inspector); $::classes = ASM::Classes->new(); $::fifo = ASM::Fifo->new($irc, $conn); my @nickbl = io('nick_blacklist.txt')->getlines; |
