From 79c37d187ec0120c0b723f8026f6a3563141e7b2 Mon Sep 17 00:00:00 2001 From: William Heimbigner Date: Fri, 25 Apr 2014 00:43:45 +0400 Subject: removed very deprecated eline system --- config-default/commands.xml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'config-default') diff --git a/config-default/commands.xml b/config-default/commands.xml index 1589fcf..8d25b0f 100644 --- a/config-default/commands.xml +++ b/config-default/commands.xml @@ -464,12 +464,6 @@ my @strbl = io('string_blacklist.txt')->getlines; chomp @strbl; @::string_blacklist = @strbl; - my @eline=io('exempt.txt')->getlines; - chomp @eline; - %::eline = (); - foreach my $item (@eline) { - $::eline{lc $item} = 1; - } $conn->privmsg($event->replyto, 'config files were re-read'); ]]> -- cgit v1.2.3