From 1eab5526e3dffd80cc4b8bc39db2cf160bdf559c Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Tue, 3 Mar 2020 22:22:31 +0200 Subject: Update redact command help --- README.md | 2 +- ui/commands.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ec99f3..9790b92 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ func Foo() { * `/rainbowme ` - Send rainbow text in an emote. * `/reply [text]` - Reply to the selected message. If text is not specified, the next message will be used. * `/react ` - React to the selected message. -* `/redact` - Redact the selected message. +* `/redact [reason]` - Redact the selected message. #### Rooms ##### Creating diff --git a/ui/commands.go b/ui/commands.go index 879aca7..3d12eff 100644 --- a/ui/commands.go +++ b/ui/commands.go @@ -322,7 +322,7 @@ Things: rooms, users, baremessages, images, typingnotif /rainbowme - Send rainbow text in an emote. /reply [text] - Reply to the selected message. /react - React to the selected message. -/redact - Redact the selected message. +/redact [reason] - Redact the selected message. # Rooms /pm <...> - Create a private chat with the given user(s). -- cgit v1.2.3