]> git.donarmstrong.com Git - infobot.git/commitdiff
more bloot refs
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Sat, 15 Mar 2008 15:33:46 +0000 (15:33 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Sat, 15 Mar 2008 15:33:46 +0000 (15:33 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1635 c11ca15a-4712-0410-83d8-924469b57eb5

README
infobot
src/Factoids/Core.pl
src/Modules/Units.pl

diff --git a/README b/README
index 1b33c928f6d220da79d4bb1967f557ba40230913..32197d3ccb47eda5e6bd496458fc6dcaadf6972f 100644 (file)
--- a/README
+++ b/README
@@ -8,10 +8,9 @@ INTRODUCTION
        This bot is based upon blootbot, which was a fork of infobot-0.44.2 by
 Kevin Lenzo <lenzo@cs.cmu.edu>, which is now officially rebranded back to
 infobot!  The basis of infobot is still there but _many_ wild features have
-been added.  Along the way, a couple of typos were spotted in the original
-infobot source and fixed in this version. Without infobot, there would be no
-blootbot, and thus no infobot again, so all thanks to kevin for bringing
-infobot in the first place.
+been added.  Along the way, many issues were spotted in the original
+infobot source and fixed in this version. Many new bugs have been added as well
+Thanks to kevin for bringing infobot in the first place.
 
 
 FEATURES
diff --git a/infobot b/infobot
index 419c3487976055a371bbef63e03bfe02f8a1843c..f20af53e47945508ba16bdc91d0b24442be83caf 100755 (executable)
--- a/infobot
+++ b/infobot
@@ -1,7 +1,9 @@
 #!/usr/bin/perl
 
-# infobot  -- copyright kevin lenzo (c) 1997-1999
-# blootbot -- copyright david sobon (c) 1999-infinity
+# infobot
+# copyright kevin lenzo (c) 1997-1999
+# copyright david sobon (c) 1999-infinity
+# Copyright (c) 2001-2008 Tim Riker <Tim@Rikers.org>
 
 use strict;
 use vars qw($bot_base_dir $bot_src_dir $bot_misc_dir $bot_state_dir
index 4eb0f7072750a03963b63ad82e6f028cc2de662b..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.
index f557bc749ba28f0b5908d5e20ee95853932e833c..1f2fec5fa7a8780eaec2b52a4bc44b9eb8f99343 100644 (file)
@@ -1,7 +1,7 @@
 #   Units.pl: convert units of measurement
 #     Author: M-J. Dominus (mjd-perl-units-id-iut+buobvys+@plover.com)
 #    License: GPL, Copyright (C) 1996,1999
-#       NOTE: Integrated into blootbot by xk.
+#       NOTE: Integrated into infobot by xk.
 
 package Units;