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

NAME

cobalt2 - Bot::Cobalt IRC bot frontend

SYNOPSIS

  # Start cobalt2 in the background
  # Grab etc/var paths from ~/.cobalt2rc
  cobalt2

  # Start but do not detach
  # '--nodaemon' is also valid
  cobalt2 --nodetach

  # Start in the foreground in debug mode
  cobalt2 --debug --nodetach

  # Higher debug verbosity modes:
  cobalt2 --debug=2

  # Start cobalt2 using a specified rcfile
  cobalt2 --rcfile=/path/to/cobalt2rc

  # Start cobalt2, only log warnings and above
  cobalt2 --loglevel=warn

DESCRIPTION

Bot::Cobalt is a pluggable IRC bot framework coupled with a core set of plugins vaguely replicating classic darkbot and cobalt1 behavior (and a great deal more).

This is the core frontend; it uses .cobalt2rc files to find the relevant configuration & data directories to start a particular Cobalt instance.

See cobalt2-installer for more on getting started. The installer can set up directories and example configuration files for a fresh instance.

See "SYNOPSIS" for usage information.

See http://www.cobaltirc.org/dev/bots for more information on Cobalt and the complete documentation.

SEE ALSO

Bot::Cobalt

Bot::Cobalt::Manual::Plugins

Bot::Cobalt::Core

Bot::Cobalt::IRC

AUTHOR

Jon Portnoy <avenj@cobaltirc.org>

http://www.cobaltirc.org