From 42f98ea1568081553deb41bf7e4c6a51d320f3c2 Mon Sep 17 00:00:00 2001 From: timriker Date: Fri, 24 Jun 2005 02:38:56 +0000 Subject: [PATCH] clearer? git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1233 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/IRC/IrcHelpers.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/IRC/IrcHelpers.pl b/src/IRC/IrcHelpers.pl index 7158898..1d1ea47 100644 --- a/src/IRC/IrcHelpers.pl +++ b/src/IRC/IrcHelpers.pl @@ -94,7 +94,7 @@ sub hookMsg { if (&IsChanConf('addressCharacter')) { $addressCharacter = getChanConf('addressCharacter'); if ($message =~ s/^\Q$addressCharacter\E//) { - &msg($who, "please don't use the the addressCharacter \"$addressCharacter\" when private messaging"); + &msg($who, "The addressCharacter \"$addressCharacter\" is to get my attention in a normal channel. Please leave it off when messaging me directly."); } } } else { -- 2.39.2