blob: 9f69d8688364d96c03f63dca729dec8006b9ad7c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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
webserver_enable = true
domain = "localhost"
bind_address = "127.0.0.1:45538"
# Names for the music bots
names = ["MusicBot"]
|