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


Plagger documentation  | view source Contained in the Plagger distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  - 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

Top

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

SETUP

Top

In order to make Notify::IRC run, you need to run plagger-ircbot script first, before running the plagger main process.

  % ./bin/plagger-ircbot -c irc.yaml &

plagger-ircbot is a POE process that persistently connects to an IRC server, and this plugin uses POE IKC to talk to the bot process.

AUTHOR

Top

Masayoshi Sekimura, Tatsuhiko Miyagawa

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

SEE ALSO

Top

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


Plagger documentation  | view source Contained in the Plagger distribution.