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