The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

POEx::IRC::Backend::Listener - An incoming IRC socket Listener

SYNOPSIS

Typically created by POEx::IRC::Backend to represent a listening socket.

DESCRIPTION

These objects contain details regarding POEx::IRC::Backend Listener sockets.

This class consumes POEx::IRC::Backend::Role::Connector and adds the following attributes:

idle

Interval, in seconds, at which an idle alarm event should be issued for connections to this listener (default: 180)

Can be altered via set_idle

AUTHOR

Jon Portnoy <avenj@cobaltirc.org>