diff options
author | Victor "multun" Collod <victor.collod@epita.fr> | 2018-03-02 11:46:45 +0100 |
---|---|---|
committer | Tollef Fog Heen <tfheen@err.no> | 2018-06-07 12:25:36 +0200 |
commit | b399be4c03bce309e4f687826e90782202c34a6a (patch) | |
tree | 6c0391cb3a5605e1fd169a1ba08cb5e5c13e4b4e | |
parent | 7b37e6d4ba22399e7b65720f7c88b0d7f865b935 (diff) | |
download | wee-slack-b399be4c03bce309e4f687826e90782202c34a6a.tar.gz |
docs: document team removal
Signed-off-by: Victor "multun" Collod <victor.collod@epita.fr>
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -257,6 +257,14 @@ To enable tab completion of emojis, copy or symlink the `weemoji.json` file to y /set weechat.completion.default_template "%(nicks)|%(irc_channels)|%(emoji)" ``` +Removing a team +--------------- + +You may remove a team by removing its token from the dedicated comma-separated list: +``` +/set plugins.var.python.slack.slack_api_token "xoxp-XXXXXXXX,xoxp-XXXXXXXX" +``` + Optional settings ----------------- |