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

https://github.com/dajobe/logger

Perl IRC logger
https://github.com/dajobe/logger

Last synced: 6 months ago
JSON representation

Perl IRC logger

Awesome Lists containing this project

README

          


IRC Chat Logger

IRC Chat Logger

An IRC logging 'bot in Perl that can record IRC sessions on
multiple channels in RDF, text and HTML. That's pretty much all
it does although there is a little support for searching and
keeping note of action items for meetings.

Installation

It requires the Net::IRC perl module which you can get from
CPAN. Once that is installed
you can just run the bot with its two required arguments:



perl logger PASSWORD irc://SERVER/CHANNEL

where PASSWORD is some phrase for controlling the bot,
SERVER is the IRC server name and CHANNEL is the channel
(leave out the leading '#' if there is one).

Documentation

The documention is built into the source. Either ask the
bot for help on IRC with nickname: help or
view the POD documentation in the source via the perldoc program:


perldoc logger

You can also read an HTML version of the documentation
in help.html.

Sources

Get the latest sources from CVS at the cvsweb area
http://cvs.ilrt.org/cvsweb/redland/logger/
or from the CVS server at cvsroot :pserver:anonymous@cvs.ilrt.org:/cvsroot
in module redland/logger

License

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of
the License, or (at your option) any later version.



This program is distributed in the hope that it will be
useful, but WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.



You should have received a copy of the
GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.

Authors