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
uberbot.toml
uberbot_*.toml
uberbot.toml

View file

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