]> git.donarmstrong.com Git - infobot.git/blobdiff - INSTALL
* Correct shmFlush to use minutes, not seconds
[infobot.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 08d8a638ba035088f1ea086bc2f8e0778940b246..f0062746f900164e6c45334578cb2f8452c8e25f 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -3,9 +3,9 @@ Method of installation.
 
 - Copy files/sample/* to files/
 
-- Edit files/blootbot.config, modify to taste.
-- Edit files/blootbot.servers to modify list of IRC servers to connect.
-- Edit files/blootbot.chan to set which channels to join.
+- Edit files/infobot.config, modify to taste.
+- Edit files/infobot.servers to modify list of IRC servers to connect.
+- Edit files/infobot.chan to set which channels to join.
 
 - Install the following Perl modules:
        - Net::IRC perl module
@@ -20,8 +20,9 @@ Method of installation.
 - Choose your database:
        - MySQL, read INSTALL.mysql (supported)
        - SQLite, read INSTALL.sqlite (supported)
+       - SQLite2, read INSTALL.sqlite (supported)
        - PgSQL, read INSTALL.pgsql (unsupported, may work)
 
 - There are "bugs" in the perl modules.  Read INSTALL.patches on how to fix.
 
-- Finally, './blootbot'
+- Finally, './infobot'