mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-13 09:42:27 +00:00
[irssi] Switch libera to cert auth
This commit is contained in:
@@ -13,21 +13,15 @@ servers = (
|
|||||||
chatnet = "libera.chat";
|
chatnet = "libera.chat";
|
||||||
port = "6697";
|
port = "6697";
|
||||||
use_tls = "yes";
|
use_tls = "yes";
|
||||||
|
tls_cert = "~/.irssi/certs/libera.pem";
|
||||||
tls_verify = "yes";
|
tls_verify = "yes";
|
||||||
autoconnect = "yes";
|
autoconnect = "yes";
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
chatnets = {
|
chatnets = {
|
||||||
tildechat = {
|
tildechat = { type = "IRC"; };
|
||||||
type = "IRC";
|
"libera.chat" = { type = "IRC"; };
|
||||||
};
|
|
||||||
"libera.chat" = {
|
|
||||||
type = "IRC";
|
|
||||||
sasl_mechanism = "PLAIN";
|
|
||||||
sasl_username = "nikdoof";
|
|
||||||
sasl_password = "llamatroniceepachu";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
channels = (
|
channels = (
|
||||||
|
|||||||
Reference in New Issue
Block a user