debian man page for poe::filter::irc

Query: poe::filter::irc

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

POE::Filter::IRC(3pm)					User Contributed Perl Documentation				     POE::Filter::IRC(3pm)

NAME
POE::Filter::IRC -- A POE-based parser for the IRC protocol
SYNOPSIS
my $filter = POE::Filter::IRC->new(); my @events = @{ $filter->get( [ @lines ] ) };
DESCRIPTION
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 deprecated in POE::Component::IRC. It now uses the same mechanism that that uses to parse IRC text.
CONSTRUCTOR
"new" Returns a new POE::Filter::Stackable object containing a POE::Filter::IRCD object and a POE::Filter::IRC::Compat object. This does the same job that POE::Filter::IRC used to do.
METHODS
See the documentation for POE::Filter::IRCD and POE::Filter::IRC::Compat.
AUTHOR
Dennis "fimmtiu" Taylor Refactoring by Chris "BinGOs" Williams <chris@bingosnet.co.uk>
SEE ALSO
The documentation for POE and POE::Component::IRC. POE::Filter::Stackable POE::Filter::IRCD POE::Filter::IRC::Compat perl v5.14.2 2011-12-07 POE::Filter::IRC(3pm)
Related Man Pages
poe::component::irc::cookbook(3pm) - debian
poe::component::irc::plugin::autojoin(3pm) - debian
poe::component::irc::plugin::ctcp(3pm) - debian
poe::component::irc::plugin::nickservid(3pm) - debian
poe::filter::irc::compat(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
Introduction
Detecting unused variables...
My first PERL incarnation... Audio Oscillograph