GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Plagger::Plugin::Notify::IRC(3) User Contributed Perl Documentation Plagger::Plugin::Notify::IRC(3)

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

  - 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

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.

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.

Masayoshi Sekimura, Tatsuhiko Miyagawa

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

Plagger, Kwiki::Notify::IRC, POE::Component::IRC
2006-12-05 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.