[Lisppaste-cvs] CVS update: lisppaste2/variable.lisp

Brian Mastenbrook bmastenbrook at common-lisp.net
Wed Jun 9 19:48:46 UTC 2004


Update of /project/lisppaste/cvsroot/lisppaste2
In directory common-lisp.net:/tmp/cvs-serv7901

Modified Files:
	variable.lisp 
Log Message:
Event logging

Date: Wed Jun  9 12:48:46 2004
Author: bmastenbrook

Index: lisppaste2/variable.lisp
diff -u lisppaste2/variable.lisp:1.20 lisppaste2/variable.lisp:1.21
--- lisppaste2/variable.lisp:1.20	Tue Jun  8 08:22:39 2004
+++ lisppaste2/variable.lisp	Wed Jun  9 12:48:46 2004
@@ -1,4 +1,4 @@
-;;;; $Id: variable.lisp,v 1.20 2004/06/08 15:22:39 bmastenbrook Exp $
+;;;; $Id: variable.lisp,v 1.21 2004/06/09 19:48:46 bmastenbrook Exp $
 ;;;; $Source: /project/lisppaste/cvsroot/lisppaste2/variable.lisp,v $
 
 ;;;; See the LICENSE file for licensing information.
@@ -38,7 +38,10 @@
 (defparameter *ban-log-file*
   "ban-log")
 
-(defparameter *no-channel-pastes* t)
+(defparameter *event-log-file*
+  "event-log")
+
+(defparameter *no-channel-pastes* nil)
 
 ;; You shouldn't need to edit below this line.
 ;; LINE





More information about the Lisppaste-cvs mailing list