Changeset 1019
- Timestamp:
- 06/30/06 02:34:52
- Files:
-
- trunk/plagger/lib/Plagger/Plugin/Notify/IRC.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/lib/Plagger/Plugin/Notify/IRC.pm
r216 r1019 76 76 communicate with POE daemon. 77 77 78 =head1 SETUP 79 80 In order to make Notify::IRC run, you need to run I<plagger-ircbot> 81 script first, before running the plagger main process. 82 83 % ./bin/plagger-ircbot -c irc.yaml & 84 85 I<plagger-ircbot> is a POE process that persistently connects to an 86 IRC server, and this plugin uses POE IKC to talk to the bot process. 87 78 88 =head1 AUTHOR 79 89
