aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrygve Aaberge <trygveaa@gmail.com>2019-05-07 21:15:52 +0200
committerTrygve Aaberge <trygveaa@gmail.com>2019-05-07 21:15:52 +0200
commit8d3cbb892c20dbd5a01cfafa590b1e8ff2d59d5a (patch)
treef94830fd4c6d2daeb2c8019905989d45d86e8e56
parent3ab0be86bf7c49b423cbd1063dac431080bb12a6 (diff)
downloadwee-slack-8d3cbb892c20dbd5a01cfafa590b1e8ff2d59d5a.tar.gz
Update commands and options docs files
-rw-r--r--docs/Commands.md9
-rw-r--r--docs/Options.md6
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`