maubot-kickbot/base-config.yaml
William Kray 669fe5a5d8 improvements
- sync: purge mxids from tracking table if they are not in the
    master-room
  - config: allow configurable thresholds in days of inactivity
2022-06-20 09:23:09 -07:00

15 lines
425 B
YAML

# 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
# list of users who can add mxids to the exclusion list
admins:
- '@user1:server.tld'
- '@user2:server.tld'