diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-07-01 10:24:12 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-07-01 10:24:12 +0200 |
commit | 678806749d013b151afa2ac328cf7efb569ee1fc (patch) | |
tree | 55f6cd4d6d02049040a2369b815ca93100c667de /man | |
parent | Fix crash on empty user cache stored (diff) | |
download | nheko-678806749d013b151afa2ac328cf7efb569ee1fc.tar.xz |
Add a /command to redact all visible messages sent by a user
Diffstat (limited to 'man')
-rw-r--r-- | man/nheko.1.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/nheko.1.adoc b/man/nheko.1.adoc index 0a1b1568..82053af0 100644 --- a/man/nheko.1.adoc +++ b/man/nheko.1.adoc @@ -178,6 +178,12 @@ Ban a user from the current room. _reason_ is optional. */unban* _<username>_ _[reason]_:: Unban a user. _reason_ is optional. +*/redact* _<username>_ _[reason]_:: +Redacts all visible messages of the specified user. You will run into rate limits quickly. + +*/redact* _<eventid>_ _[reason]_:: +Redacts a specific event. + */roomnick* _<roomname>_:: Change your nickname in a single room. |