An open API service indexing awesome lists of open source software.

https://github.com/splitbrain/irclogger

A Perl/PHP tool to log an IRC channel and make it searchable on the Web
https://github.com/splitbrain/irclogger

irc irc-bot perl php

Last synced: 11 months ago
JSON representation

A Perl/PHP tool to log an IRC channel and make it searchable on the Web

Awesome Lists containing this project

README

          

This is an IRC logger with a webinterface.

To install, create a new MySQL table using the provided 'mysql.sql'
script and edit the 'irclog.config.php' to match your database
and IRC channel settings. Then run the 'irclog.pl -s' script to
start logging.

The logger needs the following perl modules:
POE::Component::IRC
Digest::MD5
DBI::mysql