irclogger_web
irclogger_web is a highly configurable IRC logger with web frontend. It's written in Perl.
Installation
- You need to have Perl interpreter and SQLite3 installed.
- Following Perl packages have to be installed: DBI, DBD::SQLite.
- Run
./prepare_database.sh
to create SQLite3 database for storing users, servers and logged channels. - See
configuration.pm
and adjust it to your needs. - Run
perl main.pl
to start HTTP server and logger.
Description
Languages
Perl
94.1%
HTML
4.7%
Shell
1.2%