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::Kick - IRC Event subclass for kick events
SYNOPSIS
my $kicked_user = $kick_ev->kicked;
my $reason = $kick_ev->reason;
DESCRIPTION
This is the Bot::Cobalt::IRC::Event::Channel subclass for channel kick events.
kicked
Returns the kicked user's nickname.
reason
Returns the supplied kick reason string.
AUTHOR
Jon Portnoy <avenj@cobaltirc.org>