diff options
| author | 2012-08-21 07:49:29 +0000 | |
|---|---|---|
| committer | 2012-08-21 07:49:29 +0000 | |
| commit | 566c36647cb05d58c97af14db1e37df0b54bcf2c (patch) | |
| tree | b8c654558a984ef575839f6b0fecc6213454fb9d /meta.pl | |
| parent | 4fb036a66821ef4749dfdb3ebc598ef21e2e4502 (diff) | |
stats p tracking, better pingpong stuff, added an XML setting for a master chan rather than having one hardcoded, state tracking for channel URL
Diffstat (limited to 'meta.pl')
| -rwxr-xr-x | meta.pl | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -26,7 +26,7 @@ $::cset = ''; ## debug variables. 0 to turn off debugging, else set it to a Term::ANSIColor constant. %::debugx = ( "dnsbl" => 0, - "pingpong" => 0, + "pingpong" => 0, #BLUE, "services" => YELLOW, "sync" => CYAN, "chanstate" => MAGENTA, @@ -37,7 +37,9 @@ $::cset = ''; "commander" => GREEN, "msg" => GREEN, "dcc" => RED, - "misc" => RED + "misc" => 0, #RED + "latency" => RED, + "statsp" => 0 #MAGENTA ); %::dsock = (); %::spy = (); @@ -85,7 +87,7 @@ sub init { $::inspector = ASM::Inspect->new(); $::services = ASM::Services->new(); $::commander = ASM::Commander->new(); - $::event = ASM::Event->new($conn, $::inspector); + ASM::Event->new($conn, $::inspector); $::classes = ASM::Classes->new(); my @eline=io('exempt.txt')->getlines; chomp @eline; |
