Load `local' after `auth'. I generally expect `auth' to be copied but
not modified, and `local' may want to override its settings, e.g., to
prevent auto-greeting bots and suchlike.
erc-fill-prefix " "
erc-max-buffer-size (* 60 3000))
erc-fill-prefix " "
erc-max-buffer-size (* 60 3000))
-(load "~/.erc-local.el")
-
(setq erc-track-exclude-types '("NICK" "JOIN" "PART"))
(setq erc-auto-query 'buffer)
(setq erc-track-exclude-types '("NICK" "JOIN" "PART"))
(setq erc-auto-query 'buffer)
(mdw-pushnew-replace (list server acct passwd)
mdw-erc-ircop-alist
:test #'string= :key #'car))
(mdw-pushnew-replace (list server acct passwd)
mdw-erc-ircop-alist
:test #'string= :key #'car))
(defun mdw-assoc-regexp (regexp alist)
"Return the association in ALIST whose car matches REGEXP."
(defun mdw-assoc-regexp (regexp alist)
"Return the association in ALIST whose car matches REGEXP."
(let ((acct (cadr a))
(passwd (caddr a)))
(erc-server-send (concat "OPER " acct " " passwd))))))
(let ((acct (cadr a))
(passwd (caddr a)))
(erc-server-send (concat "OPER " acct " " passwd))))))
+
+(load "~/.erc-auth.el")
+(load "~/.erc-local.el")