summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-11-21 22:19:33 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-11-21 22:19:48 -0700
commit7853c2df44f650211598f4ba27b34ad29f0a2adf (patch)
tree5fe50b5e8d182384129f6f1a230570b5e3a074d9 /.emacs.d
parent32563c5300a80ce6a564e42d8387285f2e14125a (diff)
downloaddotfiles-7853c2df44f650211598f4ba27b34ad29f0a2adf.tar.gz
rcirc: ignore self away/unaway messages
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 3763c2ec..6fea6cb5 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -3560,6 +3560,9 @@ mutt's review view, after exiting EDITOR."
(process-name process) (or target "server"))
".log"))
+(defalias 'rcirc-handler-305 #'ignore)
+(defalias 'rcirc-handler-306 #'ignore)
+
(defun spw/irc-autoaway ()
(dolist (process (rcirc-process-list))
(rcirc-send-string process "AWAY :This Emacs is idle"))