* .emacs.d/lisp/bandali-erc.el: Don't set erc-lurker-hide-list.
authorAmin Bandali <bandali@gnu.org>
Sun, 25 Apr 2021 19:12:42 +0000 (15:12 -0400)
committerAmin Bandali <bandali@gnu.org>
Sun, 25 Apr 2021 19:12:42 +0000 (15:12 -0400)
For the time being, until I get around to adding an option to ERC to
log such messages to disk, as I'd like to have them in the logs even
if I choose to hide them in ERC itself.

.emacs.d/lisp/bandali-erc.el

index 5fed2bc..b6bcdee 100644 (file)
@@ -33,7 +33,7 @@
    erc-email-userid "bandali"
    erc-format-nick-function 'erc-format-@nick
    erc-join-buffer 'bury
-   erc-lurker-hide-list '("JOIN" "PART" "QUIT")
+   ;; erc-lurker-hide-list '("JOIN" "PART" "QUIT")
    erc-nick "bandali"
    erc-prompt "erc>"
    erc-prompt-for-password nil