There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

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>

http://www.cobaltirc.org