VB4E2NQJDULOCR6QMFJDEU4G7NYCLAVJVNWPYSV2AZL5IKUG3Z4QC # Path to persist user activity timestamps instate_path = "state.mdb"# Homeserver to connect tohomeserver = "https://example.com/"# The bot's usernameusername = "idlebot"# The bot's passwordpassword = "foo"# Room aliases to join on startuprooms = ["#alias:example.com"]# Days of inactivity after which a user should be kickedidle_days = 123# Kick reason (optional)reason = "inactive user"# MXIDs that should never be kickedblacklist = []