mpp-server-dev2/config/channels.yml

26 lines
419 B
YAML
Raw Normal View History

2023-09-08 01:13:49 +02:00
forceLoad:
- lobby
- test/awkward
2023-09-07 01:27:56 +02:00
lobbySettings:
2023-09-08 01:13:49 +02:00
lobby: true
chat: true
crownsolo: false
2023-09-09 11:06:27 +02:00
color: "#eeeeee"
color2: "#888888"
visible: true
defaultSettings:
chat: true
crownsolo: false
color: "#480505"
color2: "#000000"
visible: true
2023-09-07 22:59:18 +02:00
lobbyRegexes:
2023-09-09 11:06:27 +02:00
- "^lobby[1-9]?[1-9]?$"
- "^test/.+$"
2023-09-07 22:59:18 +02:00
lobbyBackdoor: "lolwutsecretlobbybackdoor"
2023-09-09 11:06:27 +02:00
fullChannel: "test/awkward"