* .emacs.d/lisp/bandali-erc.el: Tweak pals
authorAmin Bandali <bandali@gnu.org>
Thu, 8 Oct 2020 00:08:19 +0000 (20:08 -0400)
committerAmin Bandali <bandali@gnu.org>
Thu, 8 Oct 2020 00:09:51 +0000 (20:09 -0400)
.emacs.d/lisp/bandali-erc.el

index 41a152c..3b6d0d0 100644 (file)
@@ -53,7 +53,8 @@
     (erc-message "PRIVMSG"
                  (format "chanserv op %s %s"
                          (erc-default-target)
-                         (erc-current-nick)) nil))
+                         (erc-current-nick))
+                 nil))
   (declare-function erc-cmd-DEOP "erc" (&rest people))
   (defun erc-cmd-DEOPME ()
     "Deop myself from current channel."
@@ -94,8 +95,9 @@
   (csetq
    erc-pal-highlight-type 'nick
    erc-pals
-   '("aindilis" "blackbeard" "bremner" "brettgilio" "civodul"
-     "dto" "ggoes" "jrasata" "mplsCorwin" "rwp" "technomancy"))
+   '("aindilis" "blackbeard" "bremner" "brettgilio" "civodul" "dto"
+     "ggoes" "iank" "jrasata" "mplsCorwin" "quidam" "rwp" "sudoman"
+     "technomancy"))
   (with-eval-after-load 'erc-match
     (set-face-attribute
      'erc-pal-face nil