diff options
| author | Jokler <jokler@protonmail.com> | 2020-08-28 03:56:23 +0200 |
|---|---|---|
| committer | Jokler <jokler@protonmail.com> | 2020-08-28 03:56:23 +0200 |
| commit | 161c8ab648036cf0999b248fab4bf57e3a55cb61 (patch) | |
| tree | 7194c02db4d5e509d0d55973352a5039154cd48e /config.toml.example | |
| parent | 237e0c4fb48d9694c263f703a42f7790a99368ef (diff) | |
| download | pokebot-161c8ab648036cf0999b248fab4bf57e3a55cb61.tar.gz pokebot-161c8ab648036cf0999b248fab4bf57e3a55cb61.zip | |
Add channel format comment to the example config
Diffstat (limited to 'config.toml.example')
| -rw-r--r-- | config.toml.example | 4 |
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 |
