matterbridge-example.toml: improve ergo section

This commit is contained in:
Aminda Suomalainen 2022-03-18 10:27:01 +02:00
parent 50c365d5ac
commit 0711feb2a7
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -15,17 +15,22 @@ EditSuffix=" ✏️"
MessageClipped="…"
UseLocalAvatar=["irc"]
# This refers to https://ergo.chat/about
[irc.localergo]
Nick="T4"
NickServNick="T4@local"
# Normal client would specify @freeformClientID, but with matterbridge that
# could result to flood from integrated bouncer
NickServNick="T4"
NickServPassword=""
Server="localhost:6667"
UseTLS=false
UseSASL=true
Label="ircEtro"
Charset="utf8"
# sends join/quit/part from the integrated bouncer
IgnoreNicks="HistServ"
RunCommands=["OPER T4 MI-ne-DIRAS-do-AL-vin", "MODE T4 -iw+BET"]
# Requires the bot to be chanop, spoofs sender
UseRelayMsg=true
RemoteNickFormat="{NICK}/{LABEL}"