
Kwiki::Notify::IRC - announce updates to your Kwiki on IRC channels

$ cd /path/to/kwiki $ kwiki -add Kwiki::Notify::IRC $ cat config/notify_irc.yaml >> config.yaml $ edit config.yaml $ perl notify-irc.pl

This module allows you to notify your IRC channel(s) of updates to Kwik pages. The bot will announce what page was updated and by whom.
The module provides a notify-irc.pl script that acts as a combination update daemon and IRC bot. This script must be run from your Kwiki installation directory.
Defines the host and port that will be used for the IRC daemon. The defaults should be fine if you're running your Kwiki and notify_irc.pl on the same machine.
Name settings. Note that the username is not configurable -- instead, it is set to the USER environment variable.
What IRC server to connect to.
A comma-delimited list of channels to connect to.

Ian Langworth <ian@cpan.org>


Copyright (C) 2004 by Ian Langworth
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.