From: dondelelcaro Date: Sat, 18 Jul 2009 05:06:20 +0000 (+0000) Subject: * fix the moron patch so that it is properly interpolated X-Git-Url: https://git.donarmstrong.com/?p=infobot.git;a=commitdiff_plain;h=65e65b7db41d16db1a009bf21ee5210e47a1ca73 * fix the moron patch so that it is properly interpolated git-svn-id: https://svn.code.sf.net/p/infobot/code/branches/don/dpkg@1869 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/src/Factoids/Core.pl b/src/Factoids/Core.pl index f416c54..c255207 100644 --- a/src/Factoids/Core.pl +++ b/src/Factoids/Core.pl @@ -632,7 +632,7 @@ sub FactoidStuff { # &performReply( &getRandom(keys %{ $lang{'moron'} }) ); $count{'Moron'}++; - &performReply( "You are person number \002# to send an unparseable request" . $count{'Moron'} . "\002" ); + &performReply( "You are person \002#" . $count{'Moron'} . "\002 to send an unparseable request" ); return; }