README: Documented modules/room

This commit is contained in:
Dylan Hackworth 2020-04-01 00:34:53 -05:00
parent a49ae6ce63
commit e129e604a3
1 changed files with 10 additions and 0 deletions

View File

@ -147,6 +147,16 @@ Example:
* !loc Tampere * !loc Tampere
### Room
This module is for interacting with the room that the commands are being executed on.
* !room servers: Lists the servers in the room
* !room joined: Responds with the joined members count
* !room banned: Lists the banned users and their provided reason
* !room kicked: Lists the kicked users and their provided reason
* !room state [event type] [optional state key]: Gets a state event with given event type and optional state key
### Slow polling services ### Slow polling services
These have the same usage - you can add one or more accounts to a room and bot polls the accounts. These have the same usage - you can add one or more accounts to a room and bot polls the accounts.