[irssi] Enable EXTERNAL SASL on tildechat

This commit is contained in:
2021-07-15 10:20:23 +01:00
parent ef8caff21d
commit a159acd1ad

View File

@@ -20,7 +20,7 @@ servers = (
); );
chatnets = { chatnets = {
tildechat = { type = "IRC"; }; tildechat = { type = "IRC"; sasl_mechanism = "EXTERNAL"; };
"libera.chat" = { type = "IRC"; sasl_mechanism = "EXTERNAL"; }; "libera.chat" = { type = "IRC"; sasl_mechanism = "EXTERNAL"; };
}; };