power level management

apply admin and mod power levels across all rooms managed by the bot

readme updates for readability
This commit is contained in:
William Kray
2024-08-17 14:41:18 -07:00
parent fffc5b3893
commit e4ff8edd0d
4 changed files with 93 additions and 6 deletions
+6 -2
View File
@@ -19,12 +19,16 @@ track_messages: True
# will update the user's last-active date when they add a reaction to a message
track_reactions: True
# list of users who can use administrative commands, these users will also be made room admins (PL100)
# in new rooms created with the create room commands
# list of users who can use administrative commands. these users will also be made room admins (PL100)
admins:
- '@user1:server.tld'
- '@user2:server.tld'
# list of users who should be considered community moderators. these users will be made room mods (PL50)
moderators:
- '@user3:server.tld'
- '@user4:server.tld'
# list of users who should be invited to new rooms immediately (other bots perhaps)
invitees:
- "@mybot:server.tld"