commit f8f1baa25b7c0637b6a02c7f7d907ba0cbe38873 Author: D. Joe Date: Wed May 26 20:33:59 2021 -0400 Configure Matterbridge amongst the #rit-foss'es, sanitized version 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" +