Bot::BasicBot::Pluggable

Bot::BasicBot::Pluggable is a Perl extension to the simple irc bot base class allowing for pluggable modules.
Download

Bot::BasicBot::Pluggable Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Tom Insam
  • Publisher web site:
  • http://search.cpan.org/~tomi/URI-Find-Simple-1/lib/URI/Find/Simple.pm

Bot::BasicBot::Pluggable Tags


Bot::BasicBot::Pluggable Description

Bot::BasicBot::Pluggable is a Perl extension to the simple irc bot base class allowing for pluggable modules. Bot::BasicBot::Pluggable is a Perl extension to the simple irc bot base class allowing for pluggable modules.SYNOPSISCreating the bot module # with all defaults my $bot = Bot::BasicBot->new(); # with useful options my $bot = Bot::BasicBot::Pluggable->new( channels => , server => "irc.example.com", port => "6667", nick => "pluggabot", altnicks => , username => "bot", name => "Yet Another Pluggable Bot", ignore_list => , ); (You can pass any option that's valid for Bot::BasicBot) Requirements: · Perl


Bot::BasicBot::Pluggable Related Software