From a5c313c80080bbb7a652b5d1ee9e88db96ed532a Mon Sep 17 00:00:00 2001 From: Druid520 Date: Sat, 15 Aug 2026 18:16:41 -0700 Subject: MOD: fix. --- irc.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'irc.html') diff --git a/irc.html b/irc.html index 8514255..1ac247e 100644 --- a/irc.html +++ b/irc.html @@ -18,21 +18,21 @@

then you can log in with sasl. put this in ~/.config/catgirl/irc.0druid.cc:

host = irc.0druid.cc
 port = 6697
-sasl-plain = nick:pass
 nick = nick
 user = nick
 real = nick
-pass = servpass
+pass = servpass +sasl-plan = user:pass

or, do it without a password at all: add your tls cert to your account. connect with your cert, log in once, then:

/msg NickServ CERT ADD

and switch to cert-only auth:

host = irc.0druid.cc
 port = 6697
-sasl-external
 nick = nick
 user = nick
 real = nick
 pass = servpass
+sasl-external
 cert = ~/.config/catgirl/cert.pem

that cert + key is a self-signed tls client cert you make once:

catgirl -g ~/.config/catgirl/cert.pem
-- cgit 1.4.1