]> git.donarmstrong.com Git - infobot.git/blobdiff - INSTALL
* Add vim formatting comments ( # vim:ts=4:sw=4:expandtab:tw=80 )
[infobot.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index aed3621b75880b7faa382bd7c90381a7ddd1ab4c..3a9aabceece3390619a2f6bad6d102e5e36001f7 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
@@ -25,4 +25,6 @@ Method of installation.
 
 - There are "bugs" in the perl modules.  Read INSTALL.patches on how to fix.
 
-- Finally, './blootbot'
+- Finally, './infobot'
+
+# vim:ts=4:sw=4:expandtab:tw=80