add roomid command and fix workflow file

This commit is contained in:
William Kray
2024-08-15 20:23:55 -07:00
parent 9d61733ac8
commit 72277818f1
4 changed files with 30 additions and 2 deletions
+7
View File
@@ -53,6 +53,13 @@ will attempt to sanitize the room name and assign a room alias automatically. th
power level (1000) and set an admin power level (100) to plugin administrators. this ensures that the bot is still able
to manage room admins. the bot will also invite other users to these new rooms as configured.
## get room ID
sometimes you need to know a rooms identifier, but if the room has an alias associated with it not all clients make it
easy (or possible) to find. this subcommand (`!community roomid`) can be used to return the room id that a room alias
points to. with no argument passed, it will return the current room's ID, or you can pass it an alias (e.g. `!community
roomid #whatisthisroom:myserver.tld`).
# installation
install this like any other maubot plugin: zip the contents of this repo into a file and upload via the web interface,