Method of installation. ----------------------- - Copy files/sample/* to files/ - 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 - Debian: (apt-get install libnet-irc-perl) - WWW::Search - Debian: (apt-get install libwww-search-perl) - LWP - Debian: (apt-get install libwww-perl) - HTML::Parser - Debian: (apt-get install libhtml-parser-perl) - 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, './infobot'