summaryrefslogtreecommitdiffstats
path: root/config-default
diff options
context:
space:
mode:
Diffstat (limited to 'config-default')
-rw-r--r--config-default/commands.xml3
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>