[beirc-cvs] CVS beirc
rgoldman
rgoldman at common-lisp.net
Tue May 9 17:08:04 UTC 2006
Update of /project/beirc/cvsroot/beirc
In directory clnet:/tmp/cvs-serv4043
Modified Files:
variables.lisp
Log Message:
Added *auto-identify-list* configuration variable.
--- /project/beirc/cvsroot/beirc/variables.lisp 2006/04/26 18:22:54 1.16
+++ /project/beirc/cvsroot/beirc/variables.lisp 2006/05/09 17:08:03 1.17
@@ -34,6 +34,12 @@
beirc should automatically connect on startup."
)
+(defvar *auto-identify-list*
+ nil
+ "A list of servers for which BEIRC should automatically execute
+the identify command on connection.")
+
+
(defvar *nickserv-password-alist* '()
"Default password to send to the NickServ authentication bot")
More information about the Beirc-cvs
mailing list