aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJokler <jokler@protonmail.com>2020-08-28 03:56:23 +0200
committerJokler <jokler@protonmail.com>2020-08-28 03:56:23 +0200
commit161c8ab648036cf0999b248fab4bf57e3a55cb61 (patch)
tree7194c02db4d5e509d0d55973352a5039154cd48e
parent237e0c4fb48d9694c263f703a42f7790a99368ef (diff)
downloadpokebot-161c8ab648036cf0999b248fab4bf57e3a55cb61.tar.gz
pokebot-161c8ab648036cf0999b248fab4bf57e3a55cb61.zip
Add channel format comment to the example config
-rw-r--r--config.toml.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.toml.example b/config.toml.example
index c436610..da39200 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -1,8 +1,12 @@
# Name of the master bot
master_name = "PokeBot"
+
# Address of the server to connect to
address = "localhost"
+
# Channel for the master bot
+#
+# This uses the same format as bookmarks in the TeamSpeak 3 client.
channel = "Lobby"
# Web server settings