The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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

Bot::Cobalt

Bot::Cobalt::Manual::Plugins

Bot::Cobalt::Core

Bot::Cobalt::IRC

AUTHOR

Jon Portnoy <avenj@cobaltirc.org>

http://www.cobaltirc.org