From 2e39d5b2b95c2e705fd962c9752070f816c1dfec Mon Sep 17 00:00:00 2001 From: William Heimbigner Date: Wed, 4 Jul 2007 02:00:24 +0000 Subject: critical bug fix + code optimizations --- config-default/channels.xml | 1 + config-default/commands.xml | 12 ++++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) (limited to 'config-default') diff --git a/config-default/channels.xml b/config-default/channels.xml index 035fcd4..de9800b 100644 --- a/config-default/channels.xml +++ b/config-default/channels.xml @@ -193,6 +193,7 @@ sure are a ?lot of wikifag DCC SEND contentisuseless + blah AfterDeath diff --git a/config-default/commands.xml b/config-default/commands.xml index 5e5f9e8..8353b0f 100644 --- a/config-default/commands.xml +++ b/config-default/commands.xml @@ -179,8 +179,8 @@ > io 'exempt.txt'; - $conn->privmsg($event->{to}->[0], "lc $1 exempted"); + lc $1 . "\n" >> io 'exempt.txt'; + $conn->privmsg($event->{to}->[0], lc $1 . " exempted"); ]]> @@ -199,4 +199,12 @@ } ]]> + + > io 'string_blacklist.txt'; + $conn->privmsg($event->{to}->[0], "$str blacklisted"); + ]]> + -- cgit v1.2.3