From 99219b21bc1517870d698ea0e6f0a01a55d9805e Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 26 Jan 2021 15:52:06 +0100 Subject: [PATCH] Update matterbridge.toml --- conf/matterbridge.toml | 49 ++++++++++++++++-------------------------- 1 file changed, 19 insertions(+), 30 deletions(-) diff --git a/conf/matterbridge.toml b/conf/matterbridge.toml index 02c848a..43a571f 100644 --- a/conf/matterbridge.toml +++ b/conf/matterbridge.toml @@ -1,35 +1,24 @@ -[mattermost.mymattermost] -#The mattermost hostname. (do not prefix it with http or https) -Server="yourmattermostserver.domain:443" - -#the team name as can be seen in the mattermost webinterface URL -#in lowercase, without spaces -Team="yourteam" - -#login/pass of your bot. -#Use a dedicated user for this and not your own! -Login="yourlogin" -Password="yourpass" - -RemoteNickFormat="[{PROTOCOL}] <{NICK}> " -PrefixMessagesWithNick=true - - -[irc.myirc] -Server="irc.whatever.net:6667" -Nick="yourbotnick" -Password="yourNickservPassword" +[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="gateway1" +name="mygateway" enable=true + [[gateway.inout]] + account="irc.freenode" + channel="#testing" -[[gateway.inout]] -account="irc.myirc" -channel="#some-passworded-channel" -options = { key="password" } - -[[gateway.inout]] -account="mattermost.mymattermost" -channel="https://yourmattermostserver/yourteam/channels/channel_name" + [[gateway.inout]] + account="mattermost.work" + channel="off-topic"