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 - PoCo::Server::IRC module for initial authorization.

SYNOPSIS

  use POE::Component::Server::IRC::auth;
  my $auth_handler = POE::Component::Server::IRC::auth->new(
      ClientHandler => $client_handler,
      ServerHandler => $server_handler,
      ServiceHandler => $service_handler,
  );

DESCRIPTION

This module handles the generic authorization process of of PoCo::Server::IRC. The structures are /not/ set in concrete yet, just look at the version number and this should clue you in on how unfinished this is yet.

EXPORT

Nothing

AUTHOR

hachi (see CPAN listings for email)

SEE ALSO

POE, perl.