migrate mjolnir to draupnir
This commit is contained in:
parent
ddce7783db
commit
f7c3e2146d
12 changed files with 60 additions and 59 deletions
|
|
@ -18,7 +18,7 @@ All bot actions are triggered through the *CCCHH Moderation Management* room.
|
|||
## Banning a User
|
||||
|
||||
```
|
||||
!mjolnir ban general user <glob> <reason>
|
||||
!draupnir ban general user <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
|
||||
|
||||
```
|
||||
!mjolnir ban server <glob> <reason>
|
||||
!draupnir ban server <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.
|
||||
|
|
@ -37,7 +37,7 @@ All bot actions are triggered through the *CCCHH Moderation Management* room.
|
|||
## Redacting a single Message
|
||||
|
||||
```
|
||||
!mjolnir redact <permalink>
|
||||
!draupnir redact <permalink>
|
||||
```
|
||||
|
||||
- `<permalink>` is **not** the message ID but the actual *https://matrix.to/#blablabla* link that can be retrieved with most clients through a *Share* or *Copy link to Message* button on an individual message.
|
||||
|
|
@ -45,7 +45,7 @@ All bot actions are triggered through the *CCCHH Moderation Management* room.
|
|||
## Redacting all Messages of a User
|
||||
|
||||
```
|
||||
!mjolnir redact <user-id>
|
||||
!draupnir redact <user-id>
|
||||
```
|
||||
|
||||
- `user-id` the Matrix-ID of the user of whom all messages in all rooms should be redacted (e.g. `@bla:example.com`).
|
||||
|
|
|
|||
Loading…
Reference in a new issue