diff options
author | Aidan Epstein <aidan@jmad.org> | 2020-03-01 14:42:44 -0800 |
---|---|---|
committer | Aidan Epstein <aidan@jmad.org> | 2020-03-01 14:42:44 -0800 |
commit | cf31ac6b9245e7b84ee26d6a65e978781a1b7b09 (patch) | |
tree | edc6bb43d17ea5e33fe6bc386c360f8249b6039a | |
parent | 719eca612cf037a3ccf7e5b1fc99b6f1182af557 (diff) | |
download | wee-slack-cf31ac6b9245e7b84ee26d6a65e978781a1b7b09.tar.gz |
Fix /help reply display.
-rw-r--r-- | wee_slack.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wee_slack.py b/wee_slack.py index 7f01550..e9f791d 100644 --- a/wee_slack.py +++ b/wee_slack.py @@ -4006,6 +4006,8 @@ command_thread.completion = '%(threads)' @utf8_decode def command_reply(data, current_buffer, args): """ + /reply [-alsochannel] [<count/message_id>] <text> + When in a channel buffer: /reply [-alsochannel] <count/message_id> <text> Reply in a thread on the message. Specify either the message id or a count |