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-10 07:33:17 +02:00
visible: true
2023-09-11 06:29:26 +02:00
color: "#73b3cc"
color2: "#273546"
2023-09-09 11:06:27 +02:00
defaultSettings:
chat: true
crownsolo: false
2023-09-11 06:29:26 +02:00
color: "#3b5054"
color2: "#001014"
2023-09-09 11:06:27 +02:00
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"