Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
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 ALSO
AUTHOR
Jon Portnoy <avenj@cobaltirc.org>