summaryrefslogtreecommitdiffstats
path: root/meta.pl
diff options
context:
space:
mode:
Diffstat (limited to 'meta.pl')
-rwxr-xr-xmeta.pl6
1 files changed, 0 insertions, 6 deletions
diff --git a/meta.pl b/meta.pl
index 356b6a1..52abde8 100755
--- a/meta.pl
+++ b/meta.pl
@@ -19,7 +19,6 @@ use HTTP::Async;
$Data::Dumper::Useqq=1;
-%::eline=();
$::pass = '';
@::nick_blacklist=();
@::string_blacklist=();
@@ -110,11 +109,6 @@ sub init {
$::commander = ASM::Commander->new();
ASM::Event->new($conn, $::inspector);
$::classes = ASM::Classes->new();
- my @eline=io('exempt.txt')->getlines;
- chomp @eline;
- foreach my $item (@eline) {
- $::eline{lc $item} = 1;
- }
my @strbl = io('string_blacklist.txt')->getlines;
chomp @strbl;
@::string_blacklist = @strbl;