Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
Bot::Cobalt::IRC::Event::Quit - IRC Event subclass for user quits
SYNOPSIS
my $reason = $quit_ev->reason;
my $shared_chans = $quit_ev->common;
DESCRIPTION
This is the Bot::Cobalt::IRC::Event subclass for user quit events.
reason
Returns the displayed reason for the quit.
common
Returns an arrayref containing the list of channels previously shared with the user.
AUTHOR
Jon Portnoy <avenj@cobaltirc.org>