From: timriker Date: Thu, 23 Jun 2005 18:59:26 +0000 (+0000) Subject: show addressCharacter in error X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4a83aa7e972adb3187deed477d570d46412b9327;p=infobot.git show addressCharacter in error git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1232 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/src/IRC/IrcHelpers.pl b/src/IRC/IrcHelpers.pl index 13f4469..7158898 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 when private messaging"); + &msg($who, "please don't use the the addressCharacter \"$addressCharacter\" when private messaging"); } } } else {