Updated sample config

This commit is contained in:
famfo 2021-12-28 13:39:30 +01:00
parent d0f3137b62
commit 909a2042da
2 changed files with 12 additions and 6 deletions

3
.gitignore vendored
View file

@ -1,2 +1,3 @@
/target /target
uberbot.toml uberbot_*.toml
uberbot.toml

View file

@ -1,5 +1,10 @@
nickname = "uberbot" # IRC config
server = "karx.xyz" host = "karx.xyz"
use_tls = true port = 6697
channels = ["#main"] username = "uberbot"
umodes = "+B" channels = ["#main, #no-normies"]
mode = "+B"
# Spotify config
spotify_client_id = ""
spotify_client_secret = ""