From: timriker Date: Sat, 27 Sep 2003 06:28:18 +0000 (+0000) Subject: be nicer X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b78dae2c8e06b1143659f642572a53b8a392c500;p=infobot.git be nicer git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@835 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/src/Factoids/Core.pl b/src/Factoids/Core.pl index 241620d..41ae7e6 100644 --- a/src/Factoids/Core.pl +++ b/src/Factoids/Core.pl @@ -238,7 +238,7 @@ sub FactoidStuff { # todo: make forget ignore time configurable. if ($cache{forget}{$h} > 5) { &ignoreAdd(&makeHostMask($nuh), "*", 3*24*60, "abuse of forget"); - &msg($who, "forget: Suck it!"); + &msg($who, "forget: Ignoring you for abuse!"); } }