forked from QuiteQuiet/PokemonShowdownBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdetails-example.yaml
35 lines (26 loc) · 1.38 KB
/
details-example.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Create a copy of this file named details.yaml and edit settings accordingly
# This is the username you want the bot to have, MUST BE REGISTRED
user: username
# The password for the bot
password: password
# MASTER bypass every allowance check and can do everything
master: your name here
# command character, preferably something that people don't start sentences with. Use '' as bounds
command: 'x'
# The userauth level people need to broadcast commands back in chat. Can be changed during run-time.
broadcastrank: ' '
# OPTIONAL: The specific avatar the bot should use. Leave as 0 to pick the default one.
avatar: 0
# The rooms that should be joined on login. Leave moderate as fale to not enforce punishments.
# allow games: Specify if chatgames like hangman should be allowed in the room
# tourwhitelist: If you want to make specific people able to start tournaments without being @, add them to this list
joinRooms:
- room: { moderate: False, allow games: False , tourwhitelist: []}
# Whitelist for people other than MASTER to bypass allowance checks
whitelist: []
# Set if the bot will attempt to join any tornament that is started in the room, if the tiers it got accepts it. Default is False
joinTours: False
# OPTIONAL: For workshops, set this to an api key given from Pastebin to automatically paste the workshop log
apikey: '0'
# Do nothing with the one below, itshould be empty
rooms: {}