diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2020-05-05 20:29:21 +0200 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2020-05-05 20:29:21 +0200 |
commit | 354945a7efd80f5d4d2b4e0836802cf32fa1b270 (patch) | |
tree | e326bc38197c3761436693b1874333ef9013c456 /docs/Commands.md | |
parent | 5cb0a262783f8772f4d3f5f1adfbc9936d9f9dc6 (diff) | |
download | wee-slack-354945a7efd80f5d4d2b4e0836802cf32fa1b270.tar.gz |
Update generated docs
Diffstat (limited to 'docs/Commands.md')
-rw-r--r-- | docs/Commands.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/Commands.md b/docs/Commands.md index 819dbf6..ce5240e 100644 --- a/docs/Commands.md +++ b/docs/Commands.md @@ -154,6 +154,15 @@ Run a custom slack command. Lets you set your Slack Status (not to be confused with away/here). Prints current status if no arguments are given, unsets the status if -delete is given. +### subscribe + +``` +/slack subscribe <thread> +``` + +Subscribe to a thread, so that you are alerted to new messages. When in a +thread buffer, you can omit the thread id. + ### talk ``` @@ -179,6 +188,16 @@ List the connected Slack teams. Open the thread for the message. If no message id is specified the last thread in channel will be opened. +### unsubscribe + +``` +/slack unsubscribe <thread> +``` + +Unsubscribe from a thread that has been previously subscribed to, so that +you are not alerted to new messages. When in a thread buffer, you can omit +the thread id. + ### upload ``` |