https://github.com/dajobe/logger
Perl IRC logger
https://github.com/dajobe/logger
Last synced: 6 months ago
JSON representation
Perl IRC logger
- Host: GitHub
- URL: https://github.com/dajobe/logger
- Owner: dajobe
- Created: 2011-04-06T18:56:45.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-04-06T20:00:42.000Z (over 14 years ago)
- Last Synced: 2025-03-29T10:51:17.015Z (6 months ago)
- Language: Perl
- Homepage: http://www.dajobe.org/software/logger/
- Size: 169 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.html
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
-
Dave Beckett,
Institute for Learning and Research Technology,
University of Bristol -
Ralph Swick,
Massachusetts Institute of Technology /
World Wide Web Consoritum