Configure Matterbridge amongst the #rit-foss'es, sanitized version

This commit is contained in:
D. Joe 2021-05-26 20:33:59 -04:00
commit f8f1baa25b
1 changed files with 48 additions and 0 deletions

48
matterbridge.toml Normal file
View File

@ -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"