Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
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 the following roles:
POEx::IRC::Backend::Role::Socket
POEx::IRC::Backend::Role::HasEndpoint
... 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>