aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7a207dd..f3fc896 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,7 @@ A WeeChat native client for Slack.com. Provides supplemental features only avail
Features
--------
* **New** [Threads](#threads) support!
+ * **New** [Slack Status](#status) support!
* Slash commands (including custom ones!)
* Upload to slack capabilities!
* Emoji reactions!
@@ -209,6 +210,18 @@ Label a thread with a memorable name. The above command will open a channel call
```
_Note: labels do not persist once a thread buffer is closed_
+#### Status
+
+Set your Slack status on a given team:
+```
+/slack status [:emoji:] [Status message]
+```
+
+Example:
+```
+/slack status :ghost: Boo!
+```
+
Optional settings
-----------------