From b78dae2c8e06b1143659f642572a53b8a392c500 Mon Sep 17 00:00:00 2001
From: timriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Date: Sat, 27 Sep 2003 06:28:18 +0000
Subject: [PATCH] be nicer

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@835 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 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!");
 	    }
 	}
 
-- 
2.39.5