maubot-kickbot/base-config.yaml

15 lines
425 B
YAML
Raw Normal View History

2022-06-20 08:49:41 +00:00
# the room-id of the matrix room or space to use as your "full user list"
master_room: "!somerandomcharacters:server.tld"
# number of days of inactivity to be considered in the "warning zone"
warn_threshold_days: 30
# number of days of inactivity to be considered in the "danger zone"
kick_threshold_days: 60
2022-06-20 08:49:41 +00:00
# list of users who can add mxids to the exclusion list
admins:
- '@user1:server.tld'
- '@user2:server.tld'