Provided by: kgb-bot_1.33-2ubuntu1_all bug

NAME

       kgb-bot - an IRC bot helping collaborative work

SYNOPSIS

       kgb-bot [--config file] [--foreground] [--simulate file]

OPTIONS

       --config file
           Specify configuration file to load. Default is /etc/kgb-bot/kgb.conf.

       --config-dir directory
           Specify directory with configuration files to load. All files like *.conf are loaded,
           in alphabetical order. Default is /etc/kgb-bot/kgb.conf.d.

       --foreground
           Do not detach from console, print log messages to STDERR and do not become a daemon,
           useful for debugging.

       --simulate file
           Do not connect to IRC. Instead, output each notification line to the given file, like:

               #chan repo user branch revision module changed-paths
               #chan repo commit message line 1
               #chan repo commit message line 2

           There are no colour codes in the output, unless --simulate-color is also given.

       --simulate-color
           Include color codes in the file used by --simulate.

       --debug
           Log additional debugging information