Georg Pfuetzenreuter
923efb3d0e
Avoid the need for an administrator to join the bot to channels by implementing a configuration option allowing the passing of channels the bot should always join to by itself upon startup. Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
21 lines
507 B
YAML
21 lines
507 B
YAML
watbot:
|
|
server:
|
|
host: irc.casa # mandatory, no default
|
|
port: 6697
|
|
tls_verify: true
|
|
name: watest
|
|
nick: watest # nick is name by default
|
|
user: watest # user is nick by default
|
|
admins: # optional, no default
|
|
hosts:
|
|
- admin.example.com
|
|
ignores: # optional, no default
|
|
hosts:
|
|
- annoying.example.com
|
|
channels: # optional, no default
|
|
join:
|
|
- crantest # channels without a prefix character will be prefixed with "#"
|
|
permitted:
|
|
- '#lucy'
|
|
|