diff options
author | Tulir Asokan <tulir@maunium.net> | 2020-03-03 22:22:31 +0200 |
---|---|---|
committer | Tulir Asokan <tulir@maunium.net> | 2020-03-03 22:22:31 +0200 |
commit | 1eab5526e3dffd80cc4b8bc39db2cf160bdf559c (patch) | |
tree | 0c0ddc6adf3e1c731d8486cc18f1813eb2de2ac9 | |
parent | 3f7eaf604751a78eb77ac54e89544041cdbd1b34 (diff) |
Update redact command help
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | ui/commands.go | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -73,7 +73,7 @@ func Foo() { * `/rainbowme <text>` - 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 <reaction>` - 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 <message> - Send rainbow text in an emote. /reply [text] - Reply to the selected message. /react <reaction> - React to the selected message. -/redact - Redact the selected message. +/redact [reason] - Redact the selected message. # Rooms /pm <user id> <...> - Create a private chat with the given user(s). |