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::Component::Server::IRC - Perl extension for making a subclassable POE session set that comes as close as I can to being an IRC daemon.

SYNOPSIS

  use POE::Component::Server::IRC;
  POE::Component::Server::IRC->new();
  $poe_kernel->run();

DESCRIPTION

General framework for creating an IRC daemon. Very very alpha code, structures are not fully designed, bugs do exist. That said, have fun with it, I hope to upload new versions often enough.

EXPORT

Nothing

AUTHOR

See my CPAN details for an email address (the README or Makefile.PL should contain this information as well)

Many thanks to: Rocco Caputo for making POE, and putting up with my pestering. everyone on #poe and #perl

SEE ALSO

POE, perl.