]> git.donarmstrong.com Git - infobot.git/commitdiff
s/IsHostMask/IsHostMatch/ from dondelelcaro
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 27 May 2005 18:37:53 +0000 (18:37 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 27 May 2005 18:37:53 +0000 (18:37 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1225 c11ca15a-4712-0410-83d8-924469b57eb5

src/Factoids/Core.pl

index ed8146a5a9f84aa5a1a2ae9a83478ee9d7424fe1..797e0fbbb05f962d2ec3192c9a5771360a531ae8 100644 (file)
@@ -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.");
                }