commands: Realing the redact command help message.
This commit is contained in:
parent
3a17c5ae96
commit
24da24304e
1 changed files with 4 additions and 4 deletions
|
@ -236,11 +236,11 @@ 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"
|
||||||
),
|
),
|
||||||
# Completions
|
# Completions
|
||||||
("%(matrix_messages)"),
|
("%(matrix_messages)"),
|
||||||
|
|
Loading…
Add table
Reference in a new issue