mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-19 21:29:52 -07:00
Add ban/unban/kick room commands (#327)
This commit is contained in:
parent
2a66496913
commit
df3896df9c
4 changed files with 145 additions and 0 deletions
|
@ -161,6 +161,12 @@ Set the room's canonical alias to the one provided, and make the previous one an
|
|||
Delete the room's canonical alias.
|
||||
.It Sy ":room canon show"
|
||||
Show the room's canonical alias, if any is set.
|
||||
.It Sy ":room ban [user] [reason]"
|
||||
Ban a user from this room with an optional reason.
|
||||
.It Sy ":room unban [user] [reason]"
|
||||
Unban a user from this room with an optional reason.
|
||||
.It Sy ":room kick [user] [reason]"
|
||||
Kick a user from this room with an optional reason.
|
||||
.El
|
||||
|
||||
.Sh "WINDOW COMMANDS"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue