Bot::Net::Script::Run - Run a single server or bot


Bot-Net documentation  | view source Contained in the Bot-Net distribution.

Index


NAME

Top

Bot::Net::Script::Run - Run a single server or bot

SYNOPSIS

Top

  # To run a server
  bin/botnet run --server ServerName

  # To run a bot
  bin/botnet run --bot BotName

DESCRIPTION

Top

Starts a single server or bot process.

METHODS

Top

options

Returns the options used by the scrip. See App::CLI::Command.

run

Runs the requested server or bot.

AUTHORS

Top

Andrew Sterling Hanenkamp <hanenkamp@cpan.org>

COPYRIGHT AND LICENSE

Top


Bot-Net documentation  | view source Contained in the Bot-Net distribution.