[beirc-cvs] CVS beirc
rgoldman
rgoldman at common-lisp.net
Tue Mar 21 15:22:03 UTC 2006
Update of /project/beirc/cvsroot/beirc
In directory clnet:/tmp/cvs-serv26475
Modified Files:
variables.lisp
Log Message:
Added *auto-connect-list*, which initially defaults to NIL. As the
name suggests, beirc will attempt to connect to these servers
automagically on startup.
--- /project/beirc/cvsroot/beirc/variables.lisp 2006/02/25 22:22:47 1.10
+++ /project/beirc/cvsroot/beirc/variables.lisp 2006/03/21 15:22:03 1.11
@@ -14,6 +14,12 @@
format:
(\"server-name\" . (\"#channel-name\" \"#channel2\" \"#channel3\"))")
+(defvar *auto-connect-list*
+ nil
+ "A list of servers (strings) specifying servers to which
+beirc should automatically connect on startup."
+)
+
(defvar *nickserv-password-alist* '()
"Default password to send to the NickServ authentication bot")
More information about the Beirc-cvs
mailing list