mirror of
https://github.com/YunoHost-Apps/matterbridge_ynh.git
synced 2024-09-03 19:36:24 +02:00
24 lines
492 B
TOML
24 lines
492 B
TOML
[irc]
|
|
[irc.freenode]
|
|
Server="irc.freenode.net:6667"
|
|
Nick="yourbotname"
|
|
|
|
[mattermost]
|
|
[mattermost.work]
|
|
Server="yourmattermostserver.tld"
|
|
Team="yourteam"
|
|
Login="yourlogin"
|
|
Password="yourpass"
|
|
PrefixMessagesWithNick=true
|
|
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
|
|
|
|
[[gateway]]
|
|
name="mygateway"
|
|
enable=true
|
|
[[gateway.inout]]
|
|
account="irc.freenode"
|
|
channel="#testing"
|
|
|
|
[[gateway.inout]]
|
|
account="mattermost.work"
|
|
channel="off-topic"
|