The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "distribution:POE-Component-IRC ~bingos"

POE::Filter::IRC - A POE-based parser for the IRC protocol River stage three • 54 direct dependents • 109 total dependents

POE::Filter::IRC takes lines of raw IRC input and turns them into weird little data structures, suitable for feeding to POE::Component::IRC. They look like this: { name => 'event name', args => [ some info about the event ] } This module was long dep...

BINGOS/POE-Component-IRC-6.93 - 15 Jun 2021 18:29:10 UTC

POE::Component::IRC - A fully event-driven IRC client module River stage three • 54 direct dependents • 109 total dependents

POE::Component::IRC is a POE component (who'd have guessed?) which acts as an easily controllable IRC client for your other POE components and sessions. You create an IRC component and tell it what events your session cares about and where to connect...

BINGOS/POE-Component-IRC-6.93 - 15 Jun 2021 18:29:10 UTC

POE::Filter::IRC::Compat - A filter which converts POE::Filter::IRCD output into POE::Component::IRC events River stage three • 54 direct dependents • 109 total dependents

POE::Filter::IRC::Compat is a POE::Filter that converts POE::Filter::IRCD output into the POE::Component::IRC compatible event references. Basically a hack, so I could replace POE::Filter::IRC with something that was more generic. Among other things,...

BINGOS/POE-Component-IRC-6.93 - 15 Jun 2021 18:29:10 UTC

POE::Component::IRC::Qnet - A fully event-driven IRC client module for Quakenet River stage three • 54 direct dependents • 109 total dependents

POE::Component::IRC::Qnet is an extension to POE::Component::IRC specifically for use on Quakenet <http://www.quakenet.org/>. See the documentation for POE::Component::IRC for general usage. This document covers the extensions. The module provides a ...

BINGOS/POE-Component-IRC-6.93 - 15 Jun 2021 18:29:10 UTC

POE::Component::IRC::Common - Provides a set of common functions for the POE::Component::IRC suite River stage three • 54 direct dependents • 109 total dependents

'ATTENTION': Most of this module's functionality has been moved into IRC::Utils. Take a look at it. This module still exports the old functions (as wrappers around equivalents from IRC::Utils), but new ones won't be added....

BINGOS/POE-Component-IRC-6.93 - 15 Jun 2021 18:29:10 UTC

POE::Component::IRC::Plugin - Provides plugin constants and documentation for POE::Component::IRC River stage three • 54 direct dependents • 109 total dependents

POE::Component::IRC's plugin system has been released separately as Object::Pluggable. Gleaning at its documentation is advised. The rest of this document mostly describes aspects that are specific to POE::Component::IRC's use of Object::Pluggable....

BINGOS/POE-Component-IRC-6.93 - 15 Jun 2021 18:29:10 UTC

POE::Component::IRC::Qnet::State - A fully event-driven IRC client module for Quakenet with nickname and channel tracking River stage three • 54 direct dependents • 109 total dependents

POE::Component::IRC::Qnet::State is an extension to POE::Component::IRC::Qnet specifically for use on Quakenet <http://www.quakenet.org/>, which includes the nickname and channel tracking from POE::Component::IRC::State. See the documentation for POE...

BINGOS/POE-Component-IRC-6.93 - 15 Jun 2021 18:29:10 UTC

POE::Component::IRC::Plugin::CTCP - A PoCo-IRC plugin that auto-responds to CTCP requests River stage three • 54 direct dependents • 109 total dependents

POE::Component::IRC::Plugin::CTCP is a POE::Component::IRC plugin. It watches for "irc_ctcp_version", "irc_ctcp_userinfo", "irc_ctcp_ping", "irc_ctcp_time" and "irc_ctcp_source" events and autoresponds on your behalf....

BINGOS/POE-Component-IRC-6.93 - 15 Jun 2021 18:29:10 UTC

POE::Component::IRC::Plugin::Whois - A PoCo-IRC plugin that generates events for WHOIS and WHOWAS replies River stage three • 54 direct dependents • 109 total dependents

POE::Component::IRC::Plugin::Whois is the reimplementation of the "irc_whois" and "irc_whowas" code from POE::Component::IRC as a plugin. It is used internally by POE::Component::IRC so there is no need to use this plugin yourself....

BINGOS/POE-Component-IRC-6.93 - 15 Jun 2021 18:29:10 UTC

POE::Component::IRC::Plugin::Proxy - A PoCo-IRC plugin that provides a lightweight IRC proxy/bouncer River stage three • 54 direct dependents • 109 total dependents

POE::Component::IRC::Plugin::Proxy is a POE::Component::IRC plugin that provides lightweight IRC proxy/bouncer server to your POE::Component::IRC bots. It enables multiple IRC clients to be hidden behind a single IRC client-server connection. Spawn a...

BINGOS/POE-Component-IRC-6.93 - 15 Jun 2021 18:29:10 UTC

POE::Component::IRC::Plugin::PlugMan - A PoCo-IRC plugin that provides plugin management services. River stage three • 54 direct dependents • 109 total dependents

POE::Component::IRC::Plugin::PlugMan is a POE::Component::IRC plugin management plugin. It provides support for 'on-the-fly' loading, reloading and unloading of plugin modules, via object methods that you can incorporate into your own code and a hand...

BINGOS/POE-Component-IRC-6.93 - 15 Jun 2021 18:29:10 UTC

POE::Component::IRC::Plugin::Console - A PoCo-IRC plugin that provides a lightweight debugging and control console for your bot River stage three • 54 direct dependents • 109 total dependents

POE::Component::IRC::Plugin::Console is a POE::Component::IRC plugin that provides an interactive console running over the loopback network. One connects to the listening socket using a telnet client (or equivalent), authenticate using the applicable...

BINGOS/POE-Component-IRC-6.93 - 15 Jun 2021 18:29:10 UTC

POE::Component::IRC::Plugin::Connector - A PoCo-IRC plugin that deals with the messy business of staying connected to an IRC server River stage three • 54 direct dependents • 109 total dependents

POE::Component::IRC::Plugin::Connector is a POE::Component::IRC plugin that deals with making sure that your IRC bot stays connected to the IRC network of your choice. It implements the general algorithm as demonstrated at <http://poe.perl.org/?POE_C...

BINGOS/POE-Component-IRC-6.93 - 15 Jun 2021 18:29:10 UTC

POE::Component::IRC::Plugin::FollowTail - A PoCo-IRC plugin to follow the tail of an ever-growing file River stage three • 54 direct dependents • 109 total dependents

POE::Component::IRC::Plugin::FollowTail is a POE::Component::IRC plugin that uses POE::Wheel::FollowTail to follow the end of an ever-growing file. It generates "irc_tail_" prefixed events for each new record that is appended to its file....

BINGOS/POE-Component-IRC-6.93 - 15 Jun 2021 18:29:10 UTC

POE::Component::IRC::Plugin::BotTraffic - A PoCo-IRC plugin that generates events when you send messages River stage three • 54 direct dependents • 109 total dependents

POE::Component::IRC::Plugin::BotTraffic is a POE::Component::IRC plugin. It watches for when your bot sends PRIVMSGs and NOTICEs to the server and generates the appropriate events. These events are useful for logging what your bot says....

BINGOS/POE-Component-IRC-6.93 - 15 Jun 2021 18:29:10 UTC

POE::Component::IRC::Plugin::NickReclaim - A PoCo-IRC plugin for reclaiming your nickname River stage three • 54 direct dependents • 109 total dependents

POE::Component::IRC::Plugin::NickReclaim - A POE::Component::IRC plugin automagically deals with your bot's nickname being in use and reclaims it when it becomes available again. It registers and handles 'irc_433' events. On receiving a 433 event it ...

BINGOS/POE-Component-IRC-6.93 - 15 Jun 2021 18:29:10 UTC

POE::Component::IRC::Plugin::BotAddressed - A PoCo-IRC plugin that generates events when you are addressed River stage three • 54 direct dependents • 109 total dependents

POE::Component::IRC::Plugin::BotAddressed is a POE::Component::IRC plugin. It watches for public channel traffic (i.e. "irc_public" and "irc_ctcp_action") and will generate an "irc_bot_addressed", "irc_bot_mentioned" or "irc_bot_mentioned_action" eve...

BINGOS/POE-Component-IRC-6.93 - 15 Jun 2021 18:29:10 UTC
17 results (0.053 seconds)