aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-06-07 17:50:31 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-06-07 21:24:49 +0200
commit9af4c800c9a850b7113bdd77a1adf05616f7ac0d (patch)
treee9ea8a361a4b9f6e4bd0d4201dd2cf0b7a9cfca2
parent6bc0187704b46e18848647c1ba22d66ad0218a9a (diff)
downloadmatterbridge-GNUtoo/hackint.tar.gz
matterbridge-GNUtoo/hackint.tar.bz2
matterbridge-GNUtoo/hackint.zip
WIP: Add hackintGNUtoo/hackint
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--matterbridge.toml.example22
1 files changed, 18 insertions, 4 deletions
diff --git a/matterbridge.toml.example b/matterbridge.toml.example
index 2ab620f..fdb3231 100644
--- a/matterbridge.toml.example
+++ b/matterbridge.toml.example
@@ -1,4 +1,15 @@
[irc]
+ [irc.hackint]
+ DebugLevel=2
+ Nick="Replicant-bridge"
+ NickServNick="Replicant-bridge"
+ NickServPassword="HACKINT-PASSWORD"
+ Server="irc.hackint.org:6697"
+ UseTLS=true
+ UseSASL=true
+ SkipTLSVerify=false
+ Label="hackint"
+ RemoteNickFormat="<{NICK} ({LABEL})> "
[irc.liberachat]
Nick="Replicant-bridge"
@@ -25,10 +36,13 @@
name="mygateway"
enable=true
[[gateway.inout]]
- account="irc.liberachat"
+ account="irc.hackint"
channel="#replicant"
- [[gateway.inout]]
- account="irc.OFTC"
- channel="#replicant"
+ # [[gateway.inout]]
+ # account="irc.liberachat"
+ # channel="#replicant"
+ # [[gateway.inout]]
+ # account="irc.OFTC"
+ # channel="#replicant"