X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/1c9f9e7bd004dcfbf9f50f8674da93d0b154cf0a..a894ae88f9bf8b8b7c4c0c6c17972c4bbe21874e:/dot/ercrc.el diff --git a/dot/ercrc.el b/dot/ercrc.el index 9dc9198..3881cc1 100644 --- a/dot/ercrc.el +++ b/dot/ercrc.el @@ -13,8 +13,6 @@ 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) @@ -33,6 +31,7 @@ '(("chiark.greenend.org.uk" "#chiark") ("irc.distorted.org.uk" "#distorted" "#jukebox") ("irc.hstg.corp.good.com" "#hstg"))) +(erc-autojoin-mode 1) (defvar mdw-erc-auto-greet-bots-alist nil "*Alist of (SERVER-REGEXP BOT-NICK MESSAGE-FORM). @@ -93,7 +92,6 @@ Evaluation order for the keywords is a bit screwy: don't rely on it." (mdw-pushnew-replace (list server acct passwd) mdw-erc-ircop-alist :test #'string= :key #'car)) -(load "~/.erc-auth.el") (defun mdw-assoc-regexp (regexp alist) "Return the association in ALIST whose car matches REGEXP." @@ -123,3 +121,6 @@ Evaluation order for the keywords is a bit screwy: don't rely on it." (let ((acct (cadr a)) (passwd (caddr a))) (erc-server-send (concat "OPER " acct " " passwd)))))) + +(load "~/.erc-auth.el") +(load "~/.erc-local.el")