diff options
author | V13Axel <alex@stechstudio.com> | 2017-04-13 17:58:15 -0400 |
---|---|---|
committer | V13Axel <alex@stechstudio.com> | 2017-04-13 17:58:15 -0400 |
commit | af0e8b2d0139e0445786546700e1545a28a64711 (patch) | |
tree | 0c8de8b2e925744f2b00ab8e88c359867d8dbe71 /README.md | |
parent | 843de1a69d12f8811dd988ac6f6990e71917a4af (diff) | |
download | wee-slack-af0e8b2d0139e0445786546700e1545a28a64711.tar.gz |
Add command for setting Slack Status
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 ----------------- |