mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-13 01:32:30 +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/
|
||||
|
||||
@@ -21,7 +21,7 @@ servers = (
|
||||
|
||||
chatnets = {
|
||||
tildechat = { type = "IRC"; };
|
||||
"libera.chat" = { type = "IRC"; };
|
||||
"libera.chat" = { type = "IRC"; sasl_mechanism = "EXTERNAL"; };
|
||||
};
|
||||
|
||||
channels = (
|
||||
|
||||
Reference in New Issue
Block a user