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
- Host: GitHub
- URL: https://github.com/splitbrain/irclogger
- Owner: splitbrain
- Created: 2010-06-12T17:03:46.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2020-04-24T10:01:30.000Z (almost 6 years ago)
- Last Synced: 2025-03-29T00:26:20.727Z (11 months ago)
- Topics: irc, irc-bot, perl, php
- Language: Perl
- Homepage: http://www.splitbrain.org/blog/2007-05/27-logging_an_irc_channel
- Size: 57.6 KB
- Stars: 19
- Watchers: 6
- Forks: 10
- Open Issues: 9
-
Metadata Files:
- Readme: README
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