The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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>

http://www.cobaltirc.org