summaryrefslogtreecommitdiffstats
path: root/meta.pl
diff options
context:
space:
mode:
authorLibravatarWilliam Heimbigner <william.heimbigner@gmail.com>2012-08-21 07:49:29 +0000
committerLibravatarWilliam Heimbigner <william.heimbigner@gmail.com>2012-08-21 07:49:29 +0000
commit566c36647cb05d58c97af14db1e37df0b54bcf2c (patch)
treeb8c654558a984ef575839f6b0fecc6213454fb9d /meta.pl
parent4fb036a66821ef4749dfdb3ebc598ef21e2e4502 (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-xmeta.pl8
1 files changed, 5 insertions, 3 deletions
diff --git a/meta.pl b/meta.pl
index 2c75c52..47c9d9b 100755
--- a/meta.pl
+++ b/meta.pl
@@ -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;