diff --git a/.gitignore b/.gitignore index 0b03add..cbe6da0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /target -uberbot.toml \ No newline at end of file +uberbot_*.toml +uberbot.toml diff --git a/sample_uberbot.toml b/sample_uberbot.toml index ec7b57a..6ba6f09 100644 --- a/sample_uberbot.toml +++ b/sample_uberbot.toml @@ -1,5 +1,10 @@ -nickname = "uberbot" -server = "karx.xyz" -use_tls = true -channels = ["#main"] -umodes = "+B" \ No newline at end of file +# IRC config +host = "karx.xyz" +port = 6697 +username = "uberbot" +channels = ["#main, #no-normies"] +mode = "+B" + +# Spotify config +spotify_client_id = "" +spotify_client_secret = ""