Andrew Sterling Hanenkamp > Bot-Net > Bot::Net::Script::Run

Download:
Bot-Net-0.1.0.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Source  

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.