fix draupnir ban docs
All checks were successful
/ build (push) Successful in 26s
/ Ansible Lint (push) Successful in 2m24s

This commit is contained in:
lilly 2026-09-07 18:38:39 +02:00
commit e3635939f4
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g

View file

@ -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.