mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-22 03:09:22 +01:00
matterbridge-example.toml: improve ergo section
This commit is contained in:
parent
50c365d5ac
commit
0711feb2a7
@ -15,17 +15,22 @@ EditSuffix=" ✏️"
|
|||||||
MessageClipped="…"
|
MessageClipped="…"
|
||||||
UseLocalAvatar=["irc"]
|
UseLocalAvatar=["irc"]
|
||||||
|
|
||||||
|
# This refers to https://ergo.chat/about
|
||||||
[irc.localergo]
|
[irc.localergo]
|
||||||
Nick="T4"
|
Nick="T4"
|
||||||
NickServNick="T4@local"
|
# Normal client would specify @freeformClientID, but with matterbridge that
|
||||||
|
# could result to flood from integrated bouncer
|
||||||
|
NickServNick="T4"
|
||||||
NickServPassword=""
|
NickServPassword=""
|
||||||
Server="localhost:6667"
|
Server="localhost:6667"
|
||||||
UseTLS=false
|
UseTLS=false
|
||||||
UseSASL=true
|
UseSASL=true
|
||||||
Label="ircEtro"
|
Label="ircEtro"
|
||||||
Charset="utf8"
|
Charset="utf8"
|
||||||
|
# sends join/quit/part from the integrated bouncer
|
||||||
IgnoreNicks="HistServ"
|
IgnoreNicks="HistServ"
|
||||||
RunCommands=["OPER T4 MI-ne-DIRAS-do-AL-vin", "MODE T4 -iw+BET"]
|
RunCommands=["OPER T4 MI-ne-DIRAS-do-AL-vin", "MODE T4 -iw+BET"]
|
||||||
|
# Requires the bot to be chanop, spoofs sender
|
||||||
UseRelayMsg=true
|
UseRelayMsg=true
|
||||||
RemoteNickFormat="{NICK}/{LABEL}"
|
RemoteNickFormat="{NICK}/{LABEL}"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user