digbot/example.conf

26 lines
773 B
Plaintext

[server]
# network name, optional, default irc
name = examplenet
# nickname to use, required
nick = dig
# hostname to connect to, required
host = localhost
# port to connect to, optional, default 6667
port = 6697
# whether or not to use TLS, optional, default true
tls = true
# whether or not to verify TLS certificates, optional, default true
tls-verify = true
[bot]
# list of channels to join, required
channels = #dig,#test
# prefix for commands, required
prefix = @
# user modes to set on connection, optional, no default (if unset, won't set any modes)
mode = +B
# oper username and password, optional, no default (if unset, won't attempt to oper)
oper-username = dig
oper-password = hunter2
# timeout for DNS lookups before giving up, optional, default 5
timeout = 5