From e3635939f4c34b777b4d82f6daeb0d5273c2ffa0 Mon Sep 17 00:00:00 2001
From: lilly
Date: Mon, 7 Sep 2026 18:38:39 +0200
Subject: [PATCH] fix draupnir ban docs
---
docs/guides/matrix-taking-moderation-action.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/guides/matrix-taking-moderation-action.md b/docs/guides/matrix-taking-moderation-action.md
index 90f53657..a516989c 100644
--- a/docs/guides/matrix-taking-moderation-action.md
+++ b/docs/guides/matrix-taking-moderation-action.md
@@ -18,7 +18,7 @@ All bot actions are triggered through the *CCCHH Moderation Management* room.
## Banning a User
```
-!draupnir ban general user
+!draupnir ban user general
```
- `` 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
+!draupnir ban server general
```
- `` 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.