diff options
| author | 2016-01-13 19:52:38 -0700 | |
|---|---|---|
| committer | 2016-01-13 19:52:38 -0700 | |
| commit | 9da45b371706a274d24201f1d87eaa5f433eb5e0 (patch) | |
| tree | da16260c2c49b6c05c876f57ce9948fae5fbb283 /config-default | |
| parent | 8a69b2bf6d9a63e24eb5d29d2a6f86d15ea14793 (diff) | |
Get rid of string_blacklist related stuff.
Diffstat (limited to 'config-default')
| -rw-r--r-- | config-default/commands.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config-default/commands.xml b/config-default/commands.xml index 299d599..527e1c1 100644 --- a/config-default/commands.xml +++ b/config-default/commands.xml @@ -572,9 +572,6 @@ <command cmd="^;rehash$" flag="a"> <![CDATA[ ASM::XML->readXML(); - my @strbl = io('string_blacklist.txt')->getlines; - chomp @strbl; - @::string_blacklist = @strbl; $conn->privmsg($event->replyto, 'config files were re-read'); ]]> </command> |
