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

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 a List::Objects::WithUtils::Array containing the list of channels previously shared with the user.

AUTHOR

Jon Portnoy <avenj@cobaltirc.org>

http://www.cobaltirc.org