diff options
| author | 2016-01-13 19:52:38 -0700 | |
|---|---|---|
| committer | 2016-01-13 19:52:38 -0700 | |
| commit | 9da45b371706a274d24201f1d87eaa5f433eb5e0 (patch) | |
| tree | da16260c2c49b6c05c876f57ce9948fae5fbb283 /lib/ASM/Event.pm | |
| parent | 8a69b2bf6d9a63e24eb5d29d2a6f86d15ea14793 (diff) | |
Get rid of string_blacklist related stuff.
Diffstat (limited to 'lib/ASM/Event.pm')
| -rw-r--r-- | lib/ASM/Event.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/ASM/Event.pm b/lib/ASM/Event.pm index 690a12d..2cd1e6c 100644 --- a/lib/ASM/Event.pm +++ b/lib/ASM/Event.pm @@ -136,9 +136,6 @@ sub on_pong } else { $conn->privmsg($::settings->{masterchan}, "Config files changed, auto rehash triggered. Check console for possible errors."); ASM::XML->readXML(); - my @strbl = io('string_blacklist.txt')->getlines; - chomp @strbl; - @::string_blacklist = @strbl; } } if ($lag > 1) { |
