aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index ee13425..999f40f 100644
--- a/README.md
+++ b/README.md
@@ -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
-----------------