From 82ed4bee9ba6cb25228370e3ddb641f252db11cf Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Tue, 4 Aug 2026 10:41:44 -0400 Subject: add ignores to erc --- dot_emacs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'dot_emacs') diff --git a/dot_emacs b/dot_emacs index a5a0c0d..2e9b23f 100644 --- a/dot_emacs +++ b/dot_emacs @@ -373,7 +373,13 @@ Extended Format date in the date field and return it as a string obeing (use-package erc :straight t :custom - (erc-hide-list '("JOIN" "PART" "QUIT" "353")) + (erc-hide-list '("JOIN" "PART" "QUIT" + ;; https://www.rfc-editor.org/rfc/rfc2812.txt + "305" ; ":You are no longer marked as being away" + "306" ; ":You have been marked as being away" + "332" ; RPL_TOPIC " :" + "353" ; RPL_NAMEREPLY + )) (erc-lurker-hide-list '("JOIN" "PART" "QUIT")) (erc-fill-column 120) (erc-fill-function 'erc-fill-static) -- cgit v1.2.3