aboutsummaryrefslogtreecommitdiffstats
path: root/matterbridge.toml.example
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-06-04 15:40:11 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-06-04 15:40:20 +0200
commit4f1a509f52bed17e0bd1e47efb245f1c5883bdf2 (patch)
treecd274b4e0dd9ace83d113e42cf017f2a4794d083 /matterbridge.toml.example
parent78ea26c7a90d00bf7f6c2da87ed2a053ef9f3331 (diff)
downloadmatterbridge-4f1a509f52bed17e0bd1e47efb245f1c5883bdf2.tar.gz
matterbridge-4f1a509f52bed17e0bd1e47efb245f1c5883bdf2.tar.bz2
matterbridge-4f1a509f52bed17e0bd1e47efb245f1c5883bdf2.zip
OFTC: Make it use TLS
Without that fix, /whois Replicant-bridge gave the following: [OFTC] -!- Replicant-bridge [~Replicant@18.4.89.63] [OFTC] -!- ircname : Replicant-bridge [OFTC] -!- channels : #replicant [OFTC] -!- server : coherence.oftc.net [Tokyo, Japan] [OFTC] -!- : user has identified and verified with services [OFTC] -!- hostname : 18.4.89.63 [OFTC] -!- End of WHOIS And now with it we have: [OFTC] -!- ircname : Replicant-bridge [OFTC] -!- channels : #replicant [OFTC] -!- server : singleton.oftc.net [Singapore] [OFTC] -!- : user has identified and verified with services [OFTC] -!- hostname : 18.4.89.63 [OFTC] -!- : is connected via SSL (secure link) [OFTC] -!- idle : 0 days 0 hours 1 mins 30 secs [signon: Fri Jun 4 15:39:34 2021] [OFTC] -!- End of WHOIS Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'matterbridge.toml.example')
-rw-r--r--matterbridge.toml.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/matterbridge.toml.example b/matterbridge.toml.example
index e99b540..0fc99e9 100644
--- a/matterbridge.toml.example
+++ b/matterbridge.toml.example
@@ -13,10 +13,10 @@
[irc.OFTC]
Nick="Replicant-bridge"
NickServNick="Replicant-bridge"
+ NickServPassword="OFTC-PASSWORD"
Server="irc.oftc.net:6697"
UseTLS=true
SkipTLSVerify=false
- RunCommands=["PRIVMSG nickserv :IDENTIFY OFTC-PASSWORD Replicant-bridge"]
RemoteNickFormat="<{NICK}@Libera.Chat> "
[[gateway]]