
cobalt2 - Bot::Cobalt IRC bot frontend

# 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

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.


Jon Portnoy <avenj@cobaltirc.org>