From f8f1baa25b7c0637b6a02c7f7d907ba0cbe38873 Mon Sep 17 00:00:00 2001 From: "D. Joe" Date: Wed, 26 May 2021 20:33:59 -0400 Subject: [PATCH] Configure Matterbridge amongst the #rit-foss'es, sanitized version --- matterbridge.toml | 48 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 matterbridge.toml diff --git a/matterbridge.toml b/matterbridge.toml new file mode 100644 index 0000000..241bc62 --- /dev/null +++ b/matterbridge.toml @@ -0,0 +1,48 @@ + +[irc.libera] +Nick="palgowny" # <== change this +NickServNick="palgowny" # <== change this if necessary (your nick registered with nickserv) +NickServPassword="hunter2" # <== change this (your pass with nickserv) +Server="irc.libera.chat:6697" +UseTLS=true +UseSASL=true +SkipTLSVerify=false +RemoteNickFormat="[{PROTOCOL}] <{NICK}> " + +[irc.oftc] +Nick="palgowny" # <== change this +NickServNick="palgowny" # <== change this if necessary (your nick registered with nickserv) +NickServPassword="huntertwo" # <== change this (your pass with nickserv) +Server="irc.oftc.net:6697" +UseTLS=true +UseSASL=true +SkipTLSVerify=false +RemoteNickFormat="[{PROTOCOL}] <{NICK}> " + +[irc.freenode] +Nick="palgowny" # <== change this +NickServNick="palgowny" # <== change this if necessary (your nick registered with nickserv) +NickServPassword="huntertoo" # <== change this (your pass with nickserv) +Server="irc.freenode.net:6697" +UseTLS=true +UseSASL=true +SkipTLSVerify=false +RemoteNickFormat="[{PROTOCOL}] <{NICK}> " + + +[[gateway]] +name="trifrost" +enable=true + +[[gateway.inout]] +account="irc.libera" +channel="#rit-foss" + +[[gateway.inout]] +account="irc.oftc" +channel="#rit-foss" + +[[gateway.inout]] +account="irc.freenode" +channel="#rit-foss" +