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::Topic - IRC Event subclass for topic changes

SYNOPSIS

  my $new_topic = $topic_ev->topic;

DESCRIPTION

This is the Bot::Cobalt::IRC::Event::Channel subclass for channel topic changes.

topic

Returns the new channel topic, as an (undecoded and non-stripped) string.

stripped

Returns the color- and formatting-stripped topic string.

AUTHOR

Jon Portnoy <avenj@cobaltirc.org>