dont track activity in non-space rooms, and include configurable sleep time to avoid ratelimiting

This commit is contained in:
William Kray
2024-10-19 16:35:18 -07:00
parent b47189550a
commit 10b37350d4
3 changed files with 44 additions and 25 deletions
+5
View File
@@ -1,6 +1,11 @@
# the room-id of the matrix room or space to use as your "full user list"
parent_room: "!somerandomcharacters:server.tld"
# sleep time between actions. you can drop this to 0 if your bot has no
# ratelimits imposed on its homeserver, otherwise you may want to increase this
# to avoid errors.
sleep: 1
# whether to encrypt rooms when using the room creation commands
encrypt: False