Untrack config/derp.toml to avoid leaking credentials. Ship config/derp.toml.example as the reference template.
17 lines
216 B
Plaintext
17 lines
216 B
Plaintext
[server]
|
|
host = "irc.libera.chat"
|
|
port = 6697
|
|
tls = true
|
|
nick = "derp"
|
|
user = "derp"
|
|
realname = "derp IRC bot"
|
|
password = ""
|
|
|
|
[bot]
|
|
prefix = "!"
|
|
channels = ["#test"]
|
|
plugins_dir = "plugins"
|
|
|
|
[logging]
|
|
level = "info"
|