diff options
| -rw-r--r-- | home.scm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -499,8 +499,8 @@ (setq erc-server "irc.libera.chat" erc-nick "Zambyte" erc-port 6697 - erc-prompt-for-nickserv-passwork nil - erc-prompt-for-passwork t + erc-prompt-for-nickserv-password nil + erc-prompt-for-password t erc-nickserv-passwords (list (list 'Libera.Chat (list (cons "Zambyte" (cdr (assoc 'libera secrets)))))) erc-autojoin-channels-alist '((Libera.Chat "#archlinux" "#c" |
