X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/db8b2f3c60fdc82c5659937c36c7790f8c7333c0..0855593f1e9d762b71e2594c0841659b2ef0175e:/dot/ercrc.el diff --git a/dot/ercrc.el b/dot/ercrc.el index 8ccbbb8..afb78fc 100644 --- a/dot/ercrc.el +++ b/dot/ercrc.el @@ -6,9 +6,13 @@ (setq erc-nick "mdw" erc-user-full-name "Mark Wooding") +(if (not (memq 'truncate erc-modules)) + (setq erc-modules (cons 'truncate erc-modules))) + (setq erc-fill-column 76 erc-timestamp-right-column 68 - erc-fill-prefix " ") + erc-fill-prefix " " + erc-max-buffer-size (* 60 3000)) (load "~/.erc-local.el") @@ -38,6 +42,8 @@ ("cam.irc.devel.ncipher.com" "fastness" ,(format "identpass mwooding %s" mdw-fastness-password)) ("chiark.greenend.org.uk" "blight" + ,(format "identpass mdw %s" mdw-blight-password)) + ("tunnel.chiark.greenend.org.uk" "blight" ,(format "identpass mdw %s" mdw-blight-password))) "*Alist of (SERVER-REGEXP BOT-NICK MESSAGE-FORM). Evaluate MESSAGE-FORM and sent to BOT-NICK when connected to a server which