X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2FFactoids%2FCore.pl;h=4898008d810320038b6f0f9c973e9f02c7a3701e;hb=3f48414ab1bef68209a7edcfea486d412c2f17dc;hp=a43a3d6e7eee63cfe840c2bc22e745d2dbbcc2a2;hpb=1c0a2202fe58159dd4d4197c4ff8b21f9387685e;p=infobot.git diff --git a/src/Factoids/Core.pl b/src/Factoids/Core.pl index a43a3d6..4898008 100644 --- a/src/Factoids/Core.pl +++ b/src/Factoids/Core.pl @@ -79,7 +79,7 @@ sub validFactoid { /\\\%/ and last; /\\\_/ and last; - # weird/special stuff. also old blootbot or stock infobot bugs. + # weird/special stuff. also old infobot bugs. $rhs =~ /( \Q$ident\E's|\Q$ident\E's )/i and last; # ownership. # duplication. @@ -540,3 +540,5 @@ sub FactoidStuff { } 1; + +# vim:ts=4:sw=4:expandtab:tw=80