NAME App::Metabase::Relayd::Plugin::IRC - IRC plugin for metabase-relayd VERSION version 0.02 SYNOPSIS # example metabase-relayd configuration file [IRC] server = my.irc.server nick = myrelayd DESCRIPTION App::Metabase::Relayd::Plugin::IRC is an IRC plugin for App::Metabase::Relayd and metabase-relayd that announces on IRC channels when reports are received by the daemon. Configuration is handled by a section in the metabase-relayd configuration file. When metabase-relayd starts a bot will join configured channels and start announcing reports that it has received. CONFIGURATION This plugin uses an "[IRC]" section within the metabase-relayd configuration file. The only mandatory required parameter is "server". "server" Specify the name or IP address of an ircd to connect to. Mandatory. "nick" The nickname to use. Defaults to "relayd" plus $$. "port" The ircd port to connect to. Defaults to 6667. "ircname" Some cute comment or something. "username" Your client's username. "password" The password that is required if your ircd is restricted. "channels" A comma-separated list of IRC channels to join, default is "#relayd" SEE ALSO metabase-relayd App::Metabase::Relayd::Plugin AUTHOR Chris Williams COPYRIGHT AND LICENSE This software is copyright (c) 2010 by Chris Williams. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.