Fix erc-common-server-suffixes

This commit is contained in:
Case Duckworth 2021-05-26 15:10:07 -05:00
parent 08285aabb9
commit 37841b08a8
1 changed files with 29 additions and 29 deletions

10
init.el
View File

@ -268,7 +268,8 @@
(:also-load erc-autoaway
erc-track)
(:option erc-auto-discard-away t
(:option
erc-auto-discard-away t
erc-autoaway-idle-seconds 600
erc-autoaway-message "BRB (autoaway: %i seconds)"
erc-autojoin-channels-alist '(("libera.chat"
@ -278,10 +279,9 @@
"#bread" ; how could I've forgotten!?
"#politics" "#bungame"))
erc-button-url-regexp browse-url-button-regexp
(append erc-common-server-suffixes) '("tilde.chat\\'" . "~")
(append erc-common-server-suffixes) '("libera.chat\\'" . "LC")
erc-header-line-face-method
#'erc/update-header-line-show-disconnected
erc-common-server-suffixes '(("tilde.chat\\'" . "~")
("libera.chat\\'" . "LC"))
erc-header-line-face-method #'erc/update-header-line-show-disconnected
erc-hide-list '("JOIN" "NICK" "PART" "QUIT" "MODE"
"324" "329" "332" "333" "353" "477")
erc-interpret-mirc-color t