Colorizing the IRC nicks

Make it easier to follow threads
This commit is contained in:
Howard Abrams 2022-03-03 15:08:32 -08:00
parent a05a473093
commit ac229daab0

View file

@ -41,9 +41,11 @@ The [[https://github.com/emacs-circe/circe][circe project]] (see the [[http://ww
:config :config
;; Trick to ignore the PART and QUIT messages: ;; Trick to ignore the PART and QUIT messages:
(circe-set-display-handler "PART" (lambda (&rest ignored) nil)) (circe-set-display-handler "PART" (lambda (&rest ignored) nil))
(circe-set-display-handler "QUIT" (lambda (&rest ignored) nil))) (circe-set-display-handler "QUIT" (lambda (&rest ignored) nil))
#+END_SRC
(require 'circe-color-nicks)
(enable-circe-color-nicks))
#+END_SRC
* ZNC Server * ZNC Server
I'm using my own ZNC server, and I need to log in with a password stored in my GPG auth storage: I'm using my own ZNC server, and I need to log in with a password stored in my GPG auth storage: