mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-11 08:42:25 +00:00
[irssi] Add External SASL for Libera.chat
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
||||
bin/bin/hugo
|
||||
irssi/.irssi/certs/
|
||||
|
||||
@@ -19,9 +19,9 @@ servers = (
|
||||
}
|
||||
);
|
||||
|
||||
chatnets = {
|
||||
chatnets = {
|
||||
tildechat = { type = "IRC"; };
|
||||
"libera.chat" = { type = "IRC"; };
|
||||
"libera.chat" = { type = "IRC"; sasl_mechanism = "EXTERNAL"; };
|
||||
};
|
||||
|
||||
channels = (
|
||||
|
||||
Reference in New Issue
Block a user