From c3dc53e22501dbb5ee1bde819b03089edf9becb4 Mon Sep 17 00:00:00 2001 From: dondelelcaro Date: Sat, 18 Jul 2009 05:03:52 +0000 Subject: [PATCH] * Use a slightly more polite moron address git-svn-id: https://svn.code.sf.net/p/infobot/code/branches/don/dpkg@1868 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/Factoids/Core.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Factoids/Core.pl b/src/Factoids/Core.pl index bb814dc..f416c54 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 moron \002#" . $count{'Moron'} . "\002" ); + &performReply( "You are person number \002# to send an unparseable request" . $count{'Moron'} . "\002" ); return; } -- 2.39.5