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