Changes for version 5.70
- BotAddressed.pm: Fixed a small bug (Hinrik)
- BotCommand.pm: A new plugin for handling bot commands (Hinrik)
- IRC.pm: Shorten protocol lines that are too long, make the maximum length configurable. (Hinrik)
- Amended IRC::Compat to do CTCP parsing. Amended dependent modules. (bingos)
- Logger.pm: Use File::Spec for cross-platform file/dir creation. (Hinrik)
- Make CTCP plugin respond to SOURCE requests (Hinrik)
- Added a Cookbook (Hinrik)
- State.pm: Save user hop count from WHO replies (Hinrik)
- Connector.pm: Added support for multiple servers (Hinrik)
- IRC.pm: Improved dcc_resume documentation, moved some others things around in the docs (Hinrik)
- Added Hinrik to the maintainers list in IRC.pm (bingos)
Modules
a fully event-driven IRC client module.
provides a set of common functions for the POE::Component::IRC suite.
Defines constants required by POE::Component::IRC.
The PoCo-IRC Cookbook: Overview
A basic IRC bot
How to disconnect gracefully with PoCo-IRC
A bot that can resolve DNS records
A bot that can translate text
the plugin pipeline for POE::Component::IRC.
Provides plugin documentation for PoCo-IRC
A PoCo-IRC plugin which keeps you on your favorite channels throughout reconnects and even kicks.
A PoCo-IRC plugin that generates an 'irc_bot_addressed', 'irc_bot_mentioned' or 'irc_bot_mentioned_action' event if its name comes up in channel discussion.
A PoCo-IRC plugin which makes it easy to handle commands issued to your bot.
A PoCo-IRC plugin that generates 'irc_bot_public', 'irc_bot_msg', and 'irc_bot_action' events whenever your bot sends privmsgs.
A PoCo-IRC plugin that auto-responds to CTCP requests.
A PoCo-IRC plugin that deals with the messy business of staying connected to an IRC server.
A PoCo-IRC plugin that provides a lightweight debugging and control console for POE::Component::IRC bots.
A PoCo-IRC plugin which cycles (parts and rejoins) channels if they become empty and opless, in order to gain ops.
A PoCo-IRC plugin to follow the tail of an ever-growing file
A PoCo-IRC plugin that handles server capabilities.
A PoCo-IRC plugin which logs public and private messages to disk.
A PoCo-IRC plugin for reclaiming nickname.
A PoCo-IRC plugin which identifies with FreeNode's NickServ when needed.
A PoCo-IRC plugin that provides plugin management services.
A PoCo-IRC plugin that provides a lightweight IRC proxy/bouncer for POE::Component::IRC.
A PoCo-IRC plugin that implements 'irc_whois' and 'irc_whowas' events.
Listing of projects that use POE::Component::IRC.
a fully event-driven IRC client module for Quakenet.
a fully event-driven IRC client module for Quakenet, with nickname and channel tracking from POE::Component::IRC::State.
a fully event-driven IRC client module with channel/nick tracking.
a fully event-driven IRC server daemon module.
Part of the POE::Component::IRC test-suite.
A POE-based parser for the IRC protocol (CTCP).
A POE-based parser for the IRC protocol.
A filter which converts POE::Filter::IRCD output into POE::Component::IRC events.