mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-01 07:59:22 +01:00
matterbridge-example.toml: improve ergo section
This commit is contained in:
parent
50c365d5ac
commit
0711feb2a7
@ -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}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user