aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Commands.md
diff options
context:
space:
mode:
authorTrygve Aaberge <trygveaa@gmail.com>2020-07-09 20:43:32 +0200
committerTrygve Aaberge <trygveaa@gmail.com>2020-07-09 20:44:46 +0200
commit1c927f75ff4f77394838c3a74fd15343388d5d54 (patch)
tree3d6b00a883b2cce643c31154c8e363e6c7a26ff8 /docs/Commands.md
parent13b93fa12d1a964a6677d23032fd398b8732a03d (diff)
downloadwee-slack-1c927f75ff4f77394838c3a74fd15343388d5d54.tar.gz
Support creating channels
Add command /slack create to create a channel. Currently doesn't switch to the channel after it's created, even when switch_buffer_on_join is true, that is a todo for later. Fixes #415
Diffstat (limited to 'docs/Commands.md')
-rw-r--r--docs/Commands.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/Commands.md b/docs/Commands.md
index 5770503..bb78359 100644
--- a/docs/Commands.md
+++ b/docs/Commands.md
@@ -33,6 +33,14 @@ Sets your status as 'back'.
List the channels in the current team.
+### create
+
+```
+/slack create [-private] <channel_name>
+```
+
+Create a public or private channel.
+
### distracting
```