summaryrefslogtreecommitdiffstats
path: root/meta.pl
diff options
context:
space:
mode:
authorLibravatarWilliam Heimbigner <william.heimbigner@gmail.com>2007-10-08 13:28:23 +0000
committerLibravatarWilliam Heimbigner <william.heimbigner@gmail.com>2007-10-08 13:28:23 +0000
commit917638dfdf31e26ae9115dabb5c2fe528866c549 (patch)
treed5ab13c057983bff1fac0ed64638bb105f8f03b7 /meta.pl
parent3790452619828dc2c5d27c13eeec7b67b3fe6eff (diff)
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.
Diffstat (limited to 'meta.pl')
-rwxr-xr-xmeta.pl2
1 files changed, 1 insertions, 1 deletions
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;
}