fix: Remove extraneous dashes from command help

This commit is contained in:
Ginger
2026-01-12 10:47:19 -05:00
parent a028049e6f
commit 00eeeb78de
34 changed files with 314 additions and 314 deletions
+20 -20
View File
@@ -1,83 +1,83 @@
<!-- This file is generated by `cargo xtask generate-docs`. Do not edit. -->
# `!admin rooms`
- Commands for managing rooms
Commands for managing rooms
## `!admin rooms list-rooms`
- List all rooms the server knows about
List all rooms the server knows about
## `!admin rooms info`
- View information about a room we know about
View information about a room we know about
### `!admin rooms info list-joined-members`
- List joined members in a room
List joined members in a room
### `!admin rooms info view-room-topic`
- Displays room topic
Displays room topic
Room topics can be huge, so this is in its own separate command
## `!admin rooms moderation`
- Manage moderation of remote or local rooms
Manage moderation of remote or local rooms
### `!admin rooms moderation ban-room`
- Bans a room from local users joining and evicts all our local users (including server admins) from the room. Also blocks any invites (local and remote) for the banned room, and disables federation entirely with it
Bans a room from local users joining and evicts all our local users (including server admins) from the room. Also blocks any invites (local and remote) for the banned room, and disables federation entirely with it
### `!admin rooms moderation ban-list-of-rooms`
- Bans a list of rooms (room IDs and room aliases) from a newline delimited codeblock similar to `user deactivate-all`. Applies the same steps as ban-room
Bans a list of rooms (room IDs and room aliases) from a newline delimited codeblock similar to `user deactivate-all`. Applies the same steps as ban-room
### `!admin rooms moderation unban-room`
- Unbans a room to allow local users to join again
Unbans a room to allow local users to join again
### `!admin rooms moderation list-banned-rooms`
- List of all rooms we have banned
List of all rooms we have banned
## `!admin rooms alias`
- Manage rooms' aliases
Manage rooms' aliases
### `!admin rooms alias set`
- Make an alias point to a room
Make an alias point to a room
### `!admin rooms alias remove`
- Remove a local alias
Remove a local alias
### `!admin rooms alias which`
- Show which room is using an alias
Show which room is using an alias
### `!admin rooms alias list`
- List aliases currently being used
List aliases currently being used
## `!admin rooms directory`
- Manage the room directory
Manage the room directory
### `!admin rooms directory publish`
- Publish a room to the room directory
Publish a room to the room directory
### `!admin rooms directory unpublish`
- Unpublish a room to the room directory
Unpublish a room to the room directory
### `!admin rooms directory list`
- List rooms that are published
List rooms that are published
## `!admin rooms exists`
- Check if we know about a room
Check if we know about a room