diff options
-rw-r--r-- | docs/Commands.md | 9 | ||||
-rw-r--r-- | docs/Options.md | 6 |
2 files changed, 15 insertions, 0 deletions
diff --git a/docs/Commands.md b/docs/Commands.md index d859d74..97d88d3 100644 --- a/docs/Commands.md +++ b/docs/Commands.md @@ -166,6 +166,15 @@ If no message id is specified the last thread in channel will be opened. Uploads a file to the current buffer. +### usergroups + +``` +/slack usergroups [handle] +``` + +List the usergroups in the current team +If handle is given show the members in the usergroup + ### users ``` diff --git a/docs/Options.md b/docs/Options.md index bd2dda7..93b52e1 100644 --- a/docs/Options.md +++ b/docs/Options.md @@ -118,6 +118,12 @@ slack` after changing it to take effect. **Description:** Poke Slack every five minutes so that it never marks you "away". +### notify_usergroup_handle_updated + +**Default:** `false` + +**Description:** Control if you want to see notification when a usergroup's handle has changed, either true or false + ### record_events **Default:** `false` |