trifrost/matterbridge.toml

49 lines
1.2 KiB
TOML

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