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

Search results for "dist:Bot-Net net::irc"

Bot::Net::Mixin::Bot::IRC - mixin class for building IRC bots River stage zero No dependents

This is the mixin-class for Bot::Net IRC bots. You "inherit" all the features of this mixin by using the class: use Bot::Net::Bot; # define a Bot::Net bot use Bot::Net::Mixin::Bot::IRC; # become an IRC bot...

HANENKAMP/Bot-Net-0.1.0 - 23 Oct 2007 16:58:02 UTC

Bot::Net::Mixin::Server::IRC - mixin class for building IRC servers River stage zero No dependents

This is the mixin-class for Bot::Net IRC servers. By using this class you create an IRC daemon: use Bot::Net::Server; # define common Bot::Net server features use Bot::Net::Mixin::Server::IRC; # we're an IRC server...

HANENKAMP/Bot-Net-0.1.0 - 23 Oct 2007 16:58:02 UTC

Bot::Net - run your very own IRC bot net River stage zero No dependents

EXPERIMENTAL: This module has just barely left the proof-of-concept phase. Much of the API is fluid and changing. If you're interested in contributing, please contact me at my email address at the bottom. A nice way to create bots, networks of bots, ...

HANENKAMP/Bot-Net-0.1.0 - 23 Oct 2007 16:58:02 UTC

Bot::Net::Test - helper for building Bot::Net tests River stage zero No dependents

Provides some tools to make testing your bots and servers a little easier. The typical pattern for using this class is to make your test script into a bot or server by implementing whichever set of mixins you need. You can start orther servers or bot...

HANENKAMP/Bot-Net-0.1.0 - 23 Oct 2007 16:58:02 UTC

Bot::Net::Bot - the base class for all Bot::Net bots River stage zero No dependents

This is the primary mixin-class for all Bot::Net bots. You "inherit" all the features of this mixin by using the class: use Bot::Net::Bot; # This is a bot class now Some things to know about how Bot::Net bots work: * There is a one-to-one relationshi...

HANENKAMP/Bot-Net-0.1.0 - 23 Oct 2007 16:58:02 UTC

Bot::Net::Server - mixin class for building Bot::Net servers River stage zero No dependents

This is the main mixin class implemented by all Bot::Net servers. A server may facilitate the communication between bots. In some cases, a server may also simultaneously be a bot too (IRC server bots can be helpful for authentication and channel and ...

HANENKAMP/Bot-Net-0.1.0 - 23 Oct 2007 16:58:02 UTC

Bot::Net::Mixin::Bot::IRCD - mixin class for building IRC daemon bots River stage zero No dependents

Some bots are best run direclty on the server itself. This is generally useful for handling channel or nick management services and other administrative tasks. A typical bot should run as a separate entity whenever possible. See Bot::Net::Mixin::Bot:...

HANENKAMP/Bot-Net-0.1.0 - 23 Oct 2007 16:58:02 UTC
7 results (0.028 seconds)