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

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>