1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/matterbridge_ynh.git synced 2024-09-03 19:36:24 +02:00

Update matterbridge.toml

This commit is contained in:
ericgaspar 2021-01-26 15:52:06 +01:00
parent 7167d98bbf
commit 99219b21bc
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -1,35 +1,24 @@
[mattermost.mymattermost] [irc]
#The mattermost hostname. (do not prefix it with http or https) [irc.freenode]
Server="yourmattermostserver.domain:443" Server="irc.freenode.net:6667"
Nick="yourbotname"
#the team name as can be seen in the mattermost webinterface URL [mattermost]
#in lowercase, without spaces [mattermost.work]
Server="yourmattermostserver.tld"
Team="yourteam" Team="yourteam"
#login/pass of your bot.
#Use a dedicated user for this and not your own!
Login="yourlogin" Login="yourlogin"
Password="yourpass" Password="yourpass"
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
PrefixMessagesWithNick=true PrefixMessagesWithNick=true
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
[irc.myirc]
Server="irc.whatever.net:6667"
Nick="yourbotnick"
Password="yourNickservPassword"
[[gateway]] [[gateway]]
name="gateway1" name="mygateway"
enable=true enable=true
[[gateway.inout]]
account="irc.freenode"
channel="#testing"
[[gateway.inout]] [[gateway.inout]]
account="irc.myirc" account="mattermost.work"
channel="#some-passworded-channel" channel="off-topic"
options = { key="password" }
[[gateway.inout]]
account="mattermost.mymattermost"
channel="https://yourmattermostserver/yourteam/channels/channel_name"