Update of /project/lisppaste/cvsroot/lisppaste2 In directory common-lisp.net:/home/bmastenbrook/foo/lisppaste2
Modified Files: variable.lisp Log Message: No-channel pastes
Date: Tue Jun 8 08:22:39 2004 Author: bmastenbrook
Index: lisppaste2/variable.lisp diff -u lisppaste2/variable.lisp:1.19 lisppaste2/variable.lisp:1.20 --- lisppaste2/variable.lisp:1.19 Fri Jun 4 17:16:54 2004 +++ lisppaste2/variable.lisp Tue Jun 8 08:22:39 2004 @@ -1,4 +1,4 @@ -;;;; $Id: variable.lisp,v 1.19 2004/06/05 00:16:54 bmastenbrook Exp $ +;;;; $Id: variable.lisp,v 1.20 2004/06/08 15:22:39 bmastenbrook Exp $ ;;;; $Source: /project/lisppaste/cvsroot/lisppaste2/variable.lisp,v $
;;;; See the LICENSE file for licensing information. @@ -37,6 +37,8 @@
(defparameter *ban-log-file* "ban-log") + +(defparameter *no-channel-pastes* t)
;; You shouldn't need to edit below this line. ;; LINE