diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-06-15 15:54:44 +0200 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-06-15 15:54:53 +0200 |
| commit | 37288be7fe66472f8d44d10b51a8a74d121325b0 (patch) | |
| tree | 16366ec6625ec2ad88ccb23e45940b7d8d863842 | |
| parent | 73c67faa1278d2a0244d2af7d813c94588d33292 (diff) | |
| download | matterbridge-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.example | 2 |
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 |
