summaryrefslogtreecommitdiffstats
path: root/meta.pl
diff options
context:
space:
mode:
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;