Implement set/unset/show for alternative and canonical aliases (#279)

This commit is contained in:
lymkwi 2024-08-01 08:51:01 +02:00 committed by GitHub
parent 9a1adfb287
commit 4571788678
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 277 additions and 2 deletions

View file

@ -130,6 +130,18 @@ Remove a tag from the currently focused room.
Set the topic of the currently focused room.
.It Sy ":room topic unset"
Unset the topic of the currently focused room.
.It Sy ":room alias set [alias]"
Create and point the given alias to the room.
.It Sy ":room alias unset [alias]"
Delete the provided alias from the room's alternative alias list.
.It Sy ":room alias show"
Show alternative aliases to the room, if any are set.
.It Sy ":room canon set [alias]"
Set the room's canonical alias to the one provided, and make the previous one an alternative alias.
.It Sy ":room canon unset [alias]"
Delete the room's canonical alias.
.It Sy ":room canon show"
Show the room's canonical alias, if any is set.
.El
.Sh "WINDOW COMMANDS"