infrastructure/machines/core-services-01/matterbridge.toml

24 lines
569 B
TOML
Raw Normal View History

2022-02-23 01:42:26 +01:00
[irc]
[irc.ulminfo]
Server="ens.wtf:6697"
Nick="botte"
UseTLS=true
Charset="utf8"
PrefixMessagesWithNick=true
RemoteNickFormat="<{NICK}> "
[mattermost]
[mattermost.merle]
WebhookURL="SECRET_MATTERMOST_WEBHOOK"
WebhookBindAddress="0.0.0.0:52187"
PrefixMessagesWithNick=false
RemoteNickFormat="{NICK}"
[[gateway]]
name="réseau"
enable=true
[[gateway.inout]]
account="irc.ulminfo"
channel="#réseau"
[[gateway.inout]]
account="mattermost.merle"
channel="town-square"