From 909a2042dad43cb38d0461a8a7968f0a205a30d4 Mon Sep 17 00:00:00 2001 From: famfo Date: Tue, 28 Dec 2021 13:39:30 +0100 Subject: [PATCH] Updated sample config --- .gitignore | 3 ++- sample_uberbot.toml | 15 ++++++++++----- 2 files changed, 12 insertions(+), 6 deletions(-) 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 = ""