summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorWim <wim@42.be>2016-07-11 22:55:58 +0200
committerWim <wim@42.be>2016-07-11 22:55:58 +0200
commita87cac1982c0869fca161b0c417da3cd13742ce9 (patch)
treecdb9cfa3725e2e90467d171f5a42e32968a87e58 /README.md
parent8fb5c7afa633dd829f3db817b29b61f6e1cba5b6 (diff)
downloadmatterbridge-msglm-a87cac1982c0869fca161b0c417da3cd13742ce9.tar.gz
matterbridge-msglm-a87cac1982c0869fca161b0c417da3cd13742ce9.tar.bz2
matterbridge-msglm-a87cac1982c0869fca161b0c417da3cd13742ce9.zip
Remove multiple Token config. Use same channel setup as from matterbridge-plus
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 11 insertions, 13 deletions
diff --git a/README.md b/README.md
index 2b8e20b2..0fff2553 100644
--- a/README.md
+++ b/README.md
@@ -51,11 +51,11 @@ Look at matterbridge.conf.sample for an example
[IRC]
server="irc.freenode.net"
port=6667
+#default no TLS connection to irc server
UseTLS=false
+#do not check the certificate if we use TLS (allows for selfsigned certificates)
SkipTLSVerify=true
nick="matterbot"
-channel="#matterbridge"
-UseSlackCircumfix=false
#Freenode nickserv
NickServNick="nickserv"
#Password for nickserv
@@ -71,9 +71,8 @@ port=9999
#address the webserver will bind to
BindAddress="0.0.0.0"
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.
-#if you use multiple IRC channel (see below, this must be empty!)
-token=yourtokenfrommattermost
+#the token you get from the outgoing webhook in mattermost.
+Token="outgoingwebhooktoken1"
#disable certificate checking (selfsigned certificates)
#SkipTLSVerify=true
#whether to prefix messages from IRC to mattermost with the sender's nick. Useful if username overrides for incoming webhooks isn't enabled on the mattermost server
@@ -86,14 +85,13 @@ NicksPerRow=4
IgnoreNicks="mmbot spammer2"
#multiple channel config
-#token you can find in your outgoing webhook
-[Token "outgoingwebhooktoken1"]
-IRCChannel="#off-topic"
-MMChannel="off-topic"
-
-[Token "outgoingwebhooktoken2"]
-IRCChannel="#testing"
-MMChannel="testing"
+[Channel "channel1"]
+IRC="#off-topic"
+mattermost="off-topic"
+
+[Channel "testchannel"]
+IRC="#testing"
+mattermost="testing"
[general]
#request your API key on https://github.com/giphy/GiphyAPI. This is a public beta key