From 33b8962494da5fc2aea4bd88698af4b2ec267f01 Mon Sep 17 00:00:00 2001 From: timriker Date: Fri, 27 May 2005 18:37:53 +0000 Subject: [PATCH] s/IsHostMask/IsHostMatch/ from dondelelcaro git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1225 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 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."); } -- 2.39.2