diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |