]> git.donarmstrong.com Git - infobot.git/commitdiff
* fix the moron patch so that it is properly interpolated
authordondelelcaro <dondelelcaro@c11ca15a-4712-0410-83d8-924469b57eb5>
Sat, 18 Jul 2009 05:06:20 +0000 (05:06 +0000)
committerdondelelcaro <dondelelcaro@c11ca15a-4712-0410-83d8-924469b57eb5>
Sat, 18 Jul 2009 05:06:20 +0000 (05:06 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/branches/don/dpkg@1869 c11ca15a-4712-0410-83d8-924469b57eb5

src/Factoids/Core.pl

index f416c54151e9a41d20e50e3dd22ff2e3ac64aaad..c2552070d98886c372dd886d1046fb821e5bb3a0 100644 (file)
@@ -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;
     }