aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-06-15 15:54:44 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-06-15 15:54:53 +0200
commit37288be7fe66472f8d44d10b51a8a74d121325b0 (patch)
tree16366ec6625ec2ad88ccb23e45940b7d8d863842
parent73c67faa1278d2a0244d2af7d813c94588d33292 (diff)
downloadmatterbridge-37288be7fe66472f8d44d10b51a8a74d121325b0.tar.gz
matterbridge-37288be7fe66472f8d44d10b51a8a74d121325b0.tar.bz2
matterbridge-37288be7fe66472f8d44d10b51a8a74d121325b0.zip
Fix OFTC identification
Using CertFP is strongly advised by OFTC staff. In the meantime I fixed the authentication using normal password as this integrates better in the deployment Makefile. To do that I followed the "Section IRC (basic)"[2] documentation instead of the official settings documentaiton[3] that has no example for OFTC and has conflicting information on NickServNick. [1]https://www.oftc.net/NickServ/CertFP/ [2]https://github.com/42wim/matterbridge/wiki/Section-IRC-%28basic%29 [2]https://github.com/42wim/matterbridge/wiki/Settings#irc Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--matterbridge.toml.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/matterbridge.toml.example b/matterbridge.toml.example
index b3b2ec6..597edfc 100644
--- a/matterbridge.toml.example
+++ b/matterbridge.toml.example
@@ -24,7 +24,7 @@
[irc.OFTC]
Nick="Replicant-bridge"
NickServNick="Replicant-bridge"
- NickServPassword="OFTC-PASSWORD"
+ RunCommands=["PRIVMSG NickServ :IDENTIFY OFTC-PASSWORD Replicant-bridge"]
Server="irc.oftc.net:6697"
UseTLS=true
SkipTLSVerify=false