]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Factoids/Core.pl
more bloot refs
[infobot.git] / src / Factoids / Core.pl
index a43a3d6e7eee63cfe840c2bc22e745d2dbbcc2a2..4898008d810320038b6f0f9c973e9f02c7a3701e 100644 (file)
@@ -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