fix draupnir ban docs
This commit is contained in:
parent
f7c3e2146d
commit
e3635939f4
1 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ All bot actions are triggered through the *CCCHH Moderation Management* room.
|
|||
## Banning a User
|
||||
|
||||
```
|
||||
!draupnir ban general user <glob> <reason>
|
||||
!draupnir ban user general <glob> <reason>
|
||||
```
|
||||
|
||||
- `<glob>` can be a user ID (e.g. `@example:matrix.org`) but also more sophisticated. Be careful when using actual glob syntax as whole servers can be banned even if just a single user is the intended target.
|
||||
|
|
@ -27,7 +27,7 @@ All bot actions are triggered through the *CCCHH Moderation Management* room.
|
|||
## Banning a Server
|
||||
|
||||
```
|
||||
!draupnir ban server <glob> <reason>
|
||||
!draupnir ban server general <glob> <reason>
|
||||
```
|
||||
|
||||
- `<glob>` can be used to ban subdomains of a domain too, e.g. `*.example.com`. If used, an additional `--force` is required after the whole command.
|
||||
|
|
|
|||
Loading…
Reference in a new issue