summaryrefslogtreecommitdiffstats
path: root/matterbridge.toml.sample
diff options
context:
space:
mode:
authorWim <wim@42.be>2016-11-20 23:01:44 +0100
committerWim <wim@42.be>2016-11-20 23:01:44 +0100
commite0e1e4be8018b256d86e2df9c3f84fc7881041c3 (patch)
treec3b41348cc56cf1d254887dcb5ca102f6377cb9e /matterbridge.toml.sample
parentd5845ce9009741734b9f25153ebe534b698934ef (diff)
downloadmatterbridge-msglm-e0e1e4be8018b256d86e2df9c3f84fc7881041c3.tar.gz
matterbridge-msglm-e0e1e4be8018b256d86e2df9c3f84fc7881041c3.tar.bz2
matterbridge-msglm-e0e1e4be8018b256d86e2df9c3f84fc7881041c3.zip
Add gateway.inout config for bidirectional bridges. Closes #85
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r--matterbridge.toml.sample10
1 files changed, 5 insertions, 5 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample
index 2e5f8186..df73713b 100644
--- a/matterbridge.toml.sample
+++ b/matterbridge.toml.sample
@@ -383,7 +383,7 @@ ShowJoinPart=false
#from [[gateway.in]] to.
#
#Most of the time [[gateway.in]] and [[gateway.out]] are the same if you
-#want bidirectional bridging.
+#want bidirectional bridging. You can then use [[gateway.inout]]
#
[[gateway]]
@@ -415,15 +415,15 @@ enable=true
#REQUIRED
channel="#testing"
- [[gateway.in]]
- account="mattermost.work"
- channel="off-topic"
+ #[[gateway.out]] specifies the account and channels we will sent messages to.
[[gateway.out]]
account="irc.freenode"
channel="#testing"
- [[gateway.out]]
+ #[[gateway.inout]] can be used when then channel will be used to receive from
+ #and send messages to
+ [[gateway.inout]]
account="mattermost.work"
channel="off-topic"