diff options
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 10 |
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" |