- or download this
This plugin requires the IRC component to be POE::Component::IRC::Stat
+e or a subclass thereof. It also requires a POE::Component::IRC::Plug
+in::BotTraffic to be in the plugin pipeline. It will be added automat
+ically if it is not present.
- or download this
my $irc = POE::Component::IRC->spawn(
- or download this
my $irc = POE::Component::IRC::State->spawn(
- or download this
my $irc = POE::Component::IRC->spawn(
nick => $nickname,
...
server => $server,
plugin_debug => 1,
) or die "Oh noooo! $!";