]> git.donarmstrong.com Git - infobot.git/commitdiff
show addressCharacter in error
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Thu, 23 Jun 2005 18:59:26 +0000 (18:59 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Thu, 23 Jun 2005 18:59:26 +0000 (18:59 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1232 c11ca15a-4712-0410-83d8-924469b57eb5

src/IRC/IrcHelpers.pl

index 13f44695b800463a2ff98383c909f2b59055f6d4..715889821d1f4d31aad7add30108a8282e6b736f 100644 (file)
@@ -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 {