aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--matterbridge.toml.example32
1 files changed, 32 insertions, 0 deletions
diff --git a/matterbridge.toml.example b/matterbridge.toml.example
new file mode 100644
index 0000000..330d6f5
--- /dev/null
+++ b/matterbridge.toml.example
@@ -0,0 +1,32 @@
+[irc]
+
+ [irc.liberachat]
+ Nick="Replicant-bridge"
+ NickServNick="Replicant-bridge"
+ NickServPassword="PASSWORD-1"
+ Server="irc.libera.chat:6697"
+ UseTLS=true
+ UseSASL=true
+ SkipTLSVerify=false
+ RemoteNickFormat="<{NICK}@OFTC> "
+
+ [irc.OFTC]
+ Nick="Replicant-bridge"
+ NickServNick="Replicant-bridge"
+ Server="irc.oftc.net:6697"
+ UseTLS=true
+ SkipTLSVerify=false
+ RunCommands=["PRIVMSG nickserv :IDENTIFY PASSWORD-2 Replicant-bridge"]
+ RemoteNickFormat="<{NICK}@Libera.Chat> "
+
+[[gateway]]
+name="mygateway"
+enable=true
+ [[gateway.inout]]
+ account="irc.liberachat"
+ channel="#replicant"
+
+ [[gateway.inout]]
+ account="irc.OFTC"
+ channel="#replicant"
+