]> git.donarmstrong.com Git - infobot.git/commitdiff
* Use a slightly more polite moron address
authordondelelcaro <dondelelcaro@c11ca15a-4712-0410-83d8-924469b57eb5>
Sat, 18 Jul 2009 05:03:52 +0000 (05:03 +0000)
committerdondelelcaro <dondelelcaro@c11ca15a-4712-0410-83d8-924469b57eb5>
Sat, 18 Jul 2009 05:03:52 +0000 (05:03 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/branches/don/dpkg@1868 c11ca15a-4712-0410-83d8-924469b57eb5

src/Factoids/Core.pl

index bb814dc8a99b33a5ce4cf4a43dc9c87c61dbbd84..f416c54151e9a41d20e50e3dd22ff2e3ac64aaad 100644 (file)
@@ -632,7 +632,7 @@ sub FactoidStuff {
         #      &performReply( &getRandom(keys %{ $lang{'moron'} }) );
         $count{'Moron'}++;
 
-        &performReply( "You are moron \002#" . $count{'Moron'} . "\002" );
+        &performReply( "You are person number \002# to send an unparseable request" . $count{'Moron'} . "\002" );
         return;
     }