NAME
Bot::Net::Script::Run - Run a single server or bot
SYNOPSIS
# To run a server
bin/botnet run --server ServerName
# To run a bot
bin/botnet run --bot BotName
DESCRIPTION
Starts a single server or bot process.
METHODS
options
Returns the options used by the scrip. See App::CLI::Command.
run
Runs the requested server or bot.
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.