diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2020-03-03 00:37:52 +0100 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2020-03-03 00:38:27 +0100 |
commit | 334b04798a51363c041d7fd7d441ca90a8658c0f (patch) | |
tree | ca26c5eccd17bbf30612f4d37193c72b763f39b0 /docs | |
parent | 375e33a88130e6f5a56687994c3e5dac3ffb69f6 (diff) | |
download | wee-slack-334b04798a51363c041d7fd7d441ca90a8658c0f.tar.gz |
Improve help text for /reply and update Commands.md
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Commands.md | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/docs/Commands.md b/docs/Commands.md index 9817f64..07e9941 100644 --- a/docs/Commands.md +++ b/docs/Commands.md @@ -111,11 +111,21 @@ Reload the history in the current channel. ### reply ``` -/reply <count/message_id> <text> +/reply [-alsochannel] [<count/message_id>] <message> ``` -Reply in a thread on the message. Specify either the message id -or a count upwards to the message from the last message. + +When in a channel buffer: +/reply [-alsochannel] <count/message_id> <message> +Reply in a thread on the message. Specify either the message id or a count +upwards to the message from the last message. + +When in a thread buffer: +/reply [-alsochannel] <message> +Reply to the current thread. This can be used to send the reply to the +rest of the channel. + +In either case, -alsochannel also sends the reply to the parent channel. ### showmuted |