dot/mykermrc.in: Useful commands for dealing with server consoles.
[profile] / dot / ercrc.el
index 8ccbbb8..afb78fc 100644 (file)
@@ -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