diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2020-07-09 20:43:32 +0200 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2020-07-09 20:44:46 +0200 |
commit | 1c927f75ff4f77394838c3a74fd15343388d5d54 (patch) | |
tree | 3d6b00a883b2cce643c31154c8e363e6c7a26ff8 /docs | |
parent | 13b93fa12d1a964a6677d23032fd398b8732a03d (diff) | |
download | wee-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')
-rw-r--r-- | docs/Commands.md | 8 |
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 ``` |