aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTrygve Aaberge <trygveaa@gmail.com>2022-09-18 18:31:12 +0200
committerTrygve Aaberge <trygveaa@gmail.com>2022-09-18 23:47:45 +0200
commitd9d99f7aad8bc4b9e4a01d36ad2086e7ade72ed1 (patch)
tree31f5289ad0433bf32183d74e79f2c0d2b2e74dc6 /README.md
parent6f8b2c33d0abc9deb3a4315d746b195e0067a5eb (diff)
downloadwee-slack-d9d99f7aad8bc4b9e4a01d36ad2086e7ade72ed1.tar.gz
Add a note that the cookie is invalidated on log in/out
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 740e655..9e3916c 100644
--- a/README.md
+++ b/README.md
@@ -171,6 +171,9 @@ token (but not the token itself). If you're worried about this, you can use the
8. Return to WeeChat and run `/slack register <token>:<cookie>`.
9. Reload the script with `/python reload slack`.
+Note that if you log in or out of any teams in your browser, the cookie will be
+invalidated, and you will have to update it.
+
Note that in some cases it may be necessary to include the `d-s` cookie as
well. If so, you can supply it in this format `<token>:d=<d_cookie>;d-s=<d-s_cookie>`.