Changes for version 0.0.4 - 2007-10-14

  • Modified Bot::Net::Test so that it waits for a SERVER READY message from all servers before starting bots and waits for a BOT READY message from all bots before starting the test (rather than hoping a 2 second delay between each phase will be good enough).
  • Updated Bot::Net::Mixin::Server::IRC to report a SERVER READY message.
  • Updated Bot::Net::Mixin::Bot::IRC to report a BOT READY message.
  • Updated Bot::Net::Mixin::Bot::IRCD to report a BOT READY message (though it's not actually necessary).
  • Added a hack to Bot::Net::Log to autoflush STDOUT and STDERR to make logging work for testing.

Documentation

A script to manage a Bot::Net application

Modules

run your very own IRC bot net
the base class for all Bot::Net bots
the configuration for your bot net
logger for your bot net
encapsulate messages to and from bots
build complex objects my mixing components
mixin class for building IRC bots
mixin class for building IRC daemon bots
mixin class for building IRC servers
facilties common to many Bot::Net objects
implementation of the Bot::Net command-line interface
Create a new bot
Get help using Bot::Net
Create the scaffolding for a new bot net
Run a single server or bot
Create a new server
mixin class for building Bot::Net servers
helper for building Bot::Net tests
miscellaneous utility functions