Help for this page

Select Code to Download


  1. 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.
    
  2. or download this
    my $irc = POE::Component::IRC->spawn(
    
  3. or download this
    my $irc = POE::Component::IRC::State->spawn(
    
  4. or download this
    my $irc = POE::Component::IRC->spawn(
        nick => $nickname,
    ...
        server => $server,
        plugin_debug => 1,
    ) or die "Oh noooo! $!";