mirror of
https://github.com/42wim/matterbridge
synced 2024-11-05 12:00:27 +00:00
43 lines
887 B
Plaintext
43 lines
887 B
Plaintext
[irc]
|
|
[irc.freenode]
|
|
Server="irc.freenode.net:6667"
|
|
Nick="matterbot"
|
|
|
|
[mattermost]
|
|
[mattermost.work]
|
|
useAPI=true
|
|
#do not prefix it wit http:// or https://
|
|
Server="yourmattermostserver.domain"
|
|
Team="yourteam"
|
|
Login="yourlogin"
|
|
Password="yourpass"
|
|
PrefixMessagesWithNick=true
|
|
|
|
[[gateway]]
|
|
name="gateway1"
|
|
enable=true
|
|
[[gateway.in]]
|
|
account="irc.freenode"
|
|
channel="#testing"
|
|
|
|
[[gateway.out]]
|
|
account="irc.freenode"
|
|
channel="#testing"
|
|
|
|
[[gateway.in]]
|
|
account="mattermost.work"
|
|
channel="off-topic"
|
|
|
|
[[gateway.out]]
|
|
account="mattermost.work"
|
|
channel="off-topic"
|
|
|
|
#simpler config possible since v0.10.2
|
|
#[[gateway]]
|
|
#name="gateway2"
|
|
#enable=true
|
|
#inout = [
|
|
# { account="irc.freenode", channel="#testing", options={key="channelkey"}},
|
|
# { account="mattermost.work", channel="off-topic" },
|
|
#]
|