commands: Realing the redact command help message.

This commit is contained in:
Damir Jelić 2019-01-29 15:35:42 +01:00
parent 3a17c5ae96
commit 24da24304e

View file

@ -236,8 +236,8 @@ def hook_commands():
('<event-id>[:"<message-part>"] [<reason>]'), ('<event-id>[:"<message-part>"] [<reason>]'),
# Description # Description
( (
"event-id: event id of the message that will be redacted\n" " event-id: event id of the message that will be redacted\n"
" message-part: an initial part of the message (ignored, only " "message-part: an initial part of the message (ignored, only "
"used\n" "used\n"
" as visual feedback when using completion)\n" " as visual feedback when using completion)\n"
" reason: the redaction reason\n" " reason: the redaction reason\n"