kgb-add-project - Man Page

helper script for adding new projects to kgb-bot configuration file

Synopsis

kgb-add-project [--file configfile] [--dir configdir] [--net|--networks ircnetwork] [--save|--write] project-id ircchannel password

Description

kgb-add-project allows one to add new projects to kgb-bot's configuration file from the command line. It writes the new config to stdout unless --save|--write is given.

Arguments

--file configfile

Optional. Defaults to /etc/kgb-bot/kgb.conf.

--dir configdir

Optional. Defaults to /etc/kgb-bot/kgb.conf.d/. Used for writing config snippets for projects with --save|--write.

--net|network ircnetwork

Optional. Defaults to oftc. Needs to be in the networks section of the configuration file.

--save|--write

Optional. Write new config back to file instead of stdout.

project-id

project-id to be added.

irchannel

IRC channel where the new project sends its messages. If the channel doesn't start with a character denoting IRC channel (#&+), then a hash sign is prepended.

password

Password for the new project.

Example

kgb-add-project my-project \#projectchannel RudFiarced0

Caveats

See Also

App::KGB

kgb-bot(1)

Info

2023-01-19 perl v5.36.0 User Contributed Perl Documentation