Dennis Taylor > POE-Component-IRC-2.9 > POE::Filter::IRC

Download:
POE-Component-IRC-2.9.tar.gz

Annotate this POD

CPAN RT

New  1
Open  2
Stalled  1
View Bugs
Report a bug
Source  

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 ] }

METHODS ^

AUTHOR ^

Dennis "fimmtiu" Taylor, <dennis@funkplanet.com>.

SEE ALSO ^

The documentation for POE and POE::Component::IRC.