From b399be4c03bce309e4f687826e90782202c34a6a Mon Sep 17 00:00:00 2001 From: "Victor \"multun\" Collod" Date: Fri, 2 Mar 2018 11:46:45 +0100 Subject: docs: document team removal Signed-off-by: Victor "multun" Collod --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') 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 ----------------- -- cgit