diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2020-05-05 21:22:58 +0200 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2020-05-05 22:22:17 +0200 |
commit | 9e4f0bb932f64cd3d8658fe7127ed115f2f7d91a (patch) | |
tree | d53dbf70cbc7578a42fc3ba4394e76548501a8c9 /README.md | |
parent | 354945a7efd80f5d4d2b4e0836802cf32fa1b270 (diff) | |
download | wee-slack-9e4f0bb932f64cd3d8658fe7127ed115f2f7d91a.tar.gz |
Add a note about having to manually update secured tokens
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -142,6 +142,10 @@ token in plaintext you can use the secure features of WeeChat: /set plugins.var.python.slack.slack_api_token ${sec.data.slack_token} ``` +Note that you will have to move your tokens manually from +`plugins.var.python.slack.slack_api_token` to the secure variable after each +time you run `/slack register <code>`. + #### Optional: Connecting to multiple teams You can run the register command multiple times to connect to multiple teams. |