The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Plagger::Plugin::Notify::IRC - Notify feed updates to IRC

SYNOPSIS

  - module: Notify::IRC
    config:
      daemon_port: 9999
      nickname: plaggerbot
      server_host: chat.freenode.net
      server_port: 6667
      server_channels:
        - #plagger-test
      charset: iso-2022-jp
      announce: notice

DESCRIPTION

This plugin allows you to notify feed updates to IRC channels using POE based IRC client. This module uses IKC inter-kernal protocol to communicate with POE daemon.

AUTHOR

Masayoshi Sekimura, Tatsuhiko Miyagawa

This module and plagger-ircbot.pl code is based on Ian Langworth's Kwiki::Notify::IRC module.

SEE ALSO

Plagger, Kwiki::Notify::IRC, POE::Component::IRC