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

NAME

POE::Filter::IRCD - POE Filter for general IRC protocol processing.

SYNOPSIS

  use POE::Filter::IRCD;
    or
  use POE qw/Filter::IRCD/;

  my $filter = POE::Filter::IRCD->new();

DESCRIPTION

See the POE::Filter docs for general calling conventions, the source should be easy enough to grok for now. This will soon have many more settings for tunability ;)

EXPORT

Nothing at all.

BUGS

Dies a horrible death when you feed it something not covered by the RFCs.

AUTHOR

hachi, see my CPAN or the README, or the Makefile.PL for contact info

SEE ALSO

perl, POE.