From: timriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Date: Fri, 27 May 2005 18:37:53 +0000 (+0000)
Subject: s/IsHostMask/IsHostMatch/ from dondelelcaro
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=33b8962494da5fc2aea4bd88698af4b2ec267f01;p=infobot.git

s/IsHostMask/IsHostMatch/ from dondelelcaro


git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1225 c11ca15a-4712-0410-83d8-924469b57eb5
---

diff --git a/src/Factoids/Core.pl b/src/Factoids/Core.pl
index ed8146a..797e0fb 100644
--- a/src/Factoids/Core.pl
+++ b/src/Factoids/Core.pl
@@ -436,7 +436,7 @@ sub FactoidStuff {
 		my $faqauth = &getFactInfo($faqtoid, "created_by");
 		if ((length $result)*2 < length $was and
 			&IsFlag("o") ne "o" and
-			&IsHostMask($faqauth) != 2
+			&IsHostMatch($faqauth) != 2
 		) {
 		    &performReply("too drastic change of factoid.");
 		}