GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
POE::Filter::IRC(3) User Contributed Perl Documentation POE::Filter::IRC(3)

POE::Filter::IRC -- A POE-based parser for the IRC protocol

 my $filter = POE::Filter::IRC->new();
 my @events = @{ $filter->get( [ @lines ] ) };

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.

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.

See the documentation for POE::Filter::IRCD and POE::Filter::IRC::Compat.

Dennis "fimmtiu" Taylor

Refactoring by Chris "BinGOs" Williams <chris@bingosnet.co.uk>

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

POE::Filter::Stackable

POE::Filter::IRCD

POE::Filter::IRC::Compat

2021-06-15 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.