summaryrefslogtreecommitdiffstats
path: root/meta.pl
diff options
context:
space:
mode:
Diffstat (limited to 'meta.pl')
-rwxr-xr-xmeta.pl7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta.pl b/meta.pl
index a769103..c230e6d 100755
--- a/meta.pl
+++ b/meta.pl
@@ -22,12 +22,15 @@ $::cset = '';
"dnsbl" => 0,
"pingpong" => 0,
"services" => 1,
- "sync" => 1
+ "sync" => 1,
+ "chanstate" => 1,
+ "restrictions" => 1
);
%::dsock = ();
%::spy = ();
$::starttime = time;
@::syncqueue = ();
+%::watchRegged = ();
BEGIN {
my @modules = qw/Util Xml Inspect Event Services Log Command Classes Mysql/;
@@ -60,7 +63,7 @@ sub init {
Ircname => $::settings->{realname},
Username => $::settings->{username},
Password => $::settings->{pass},
- Pacing => 1 );
+ Pacing => 0 );
$conn->debug($::debug);
$::inspector = ASM::Inspect->new();
$::services = ASM::Services->new();