NAME
Bot::Net::Server - an IRC server to run your Bot::Net application on
SYNOPSIS
MyBotNet::Server::Main->start;
DESCRIPTION
This is the base class for running your own IRC Server. It is based upon POE::Component::Server::IRC.
METHODS
setup
Setup a new IRC server.
POE STATES
on _start
Handles session startup. At startup, it loads the information stored in the configuration file and sets up the NickServ bot.
on _default ARG0 .. ARGN
Performs logging for the general messages that are not handled by the system.
SEE ALSO
AUTHORS
Andrew Sterling Hanenkamp <hanenkamp@cpan.org>
COPYRIGHT AND LICENSE
Copyright 2007 Boomer Consulting, Inc. All Rights Reserved.
This program is free software and may be modified and distributed under the same terms as Perl itself.