From 917638dfdf31e26ae9115dabb5c2fe528866c549 Mon Sep 17 00:00:00 2001 From: William Heimbigner Date: Mon, 8 Oct 2007 13:28:23 +0000 Subject: added a db command, improved the user set flags command, added linked channels, added a showhilights command, eliminated flooding of alerts, fixed nickspam check, added something to watch chancounts. --- meta.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta.pl') diff --git a/meta.pl b/meta.pl index 31059f8..faadd93 100755 --- a/meta.pl +++ b/meta.pl @@ -19,7 +19,7 @@ $::pass = ''; @::string_blacklist=(); BEGIN { -my @modules = qw/Xml Util Inspect Event Services Log Command Classes Actions Mysql OperQueue/; +my @modules = qw/Util Xml Inspect Event Services Log Command Classes Actions Mysql OperQueue/; require 'modules/' . lc $_ . '.pl' foreach @modules; } -- cgit v1.2.3