summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorWim <wim@42.be>2015-10-24 18:01:15 +0200
committerWim <wim@42.be>2015-10-24 18:05:10 +0200
commit6feccd4c6cae08c7c6a4f283822565785428b2e0 (patch)
treef5d4b8f2fda0e16065eb07ac5f300d7dc0e9e1c4 /README.md
parent25d72a7e31a0d077546639f3de25d75ebb4efa14 (diff)
downloadmatterbridge-msglm-6feccd4c6cae08c7c6a4f283822565785428b2e0.tar.gz
matterbridge-msglm-6feccd4c6cae08c7c6a4f283822565785428b2e0.tar.bz2
matterbridge-msglm-6feccd4c6cae08c7c6a4f283822565785428b2e0.zip
Add support for outgoing webhook token
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 7f347995..655d4619 100644
--- a/README.md
+++ b/README.md
@@ -57,6 +57,9 @@ url="http://mattermost.yourdomain.com/hooks/incomingwebhookkey"
#port the bridge webserver will listen on
port=9999
showjoinpart=true #show irc users joining and parting
+#the token you get from the outgoing webhook in mattermost. If empty no token check will be done.
+token=yourtokenfrommattermost
+
```
### mattermost