diff options
| author | 2014-04-25 00:43:45 +0400 | |
|---|---|---|
| committer | 2014-04-25 00:43:45 +0400 | |
| commit | 79c37d187ec0120c0b723f8026f6a3563141e7b2 (patch) | |
| tree | 5ed680a7fc9af461ccffceb25b324f2624ffe8b0 /meta.pl | |
| parent | 9e47587396d4bd6f25a7f6eb1892eff084185533 (diff) | |
removed very deprecated eline system
Diffstat (limited to 'meta.pl')
| -rwxr-xr-x | meta.pl | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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; |
