From 334b04798a51363c041d7fd7d441ca90a8658c0f Mon Sep 17 00:00:00 2001 From: Trygve Aaberge Date: Tue, 3 Mar 2020 00:37:52 +0100 Subject: Improve help text for /reply and update Commands.md --- docs/Commands.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'docs/Commands.md') 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 +/reply [-alsochannel] [] ``` -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] +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] +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 -- cgit