diff options
-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 ----------------- |