[Lisppaste-cvs] CVS update: lisppaste2/README.lisp lisppaste2/variable.lisp
Brian Mastenbrook
bmastenbrook at common-lisp.net
Fri Oct 15 18:23:16 UTC 2004
Update of /project/lisppaste/cvsroot/lisppaste2
In directory common-lisp.net:/home/bmastenbrook/lisppaste2
Modified Files:
README.lisp variable.lisp
Log Message:
No clue
Date: Fri Oct 15 20:23:15 2004
Author: bmastenbrook
Index: lisppaste2/README.lisp
diff -u lisppaste2/README.lisp:1.12 lisppaste2/README.lisp:1.13
--- lisppaste2/README.lisp:1.12 Fri Oct 1 01:55:43 2004
+++ lisppaste2/README.lisp Fri Oct 15 20:23:15 2004
@@ -1,4 +1,4 @@
-;;;; $Id: README.lisp,v 1.12 2004/09/30 23:55:43 bmastenbrook Exp $
+;;;; $Id: README.lisp,v 1.13 2004/10/15 18:23:15 bmastenbrook Exp $
;;;; $Source: /project/lisppaste/cvsroot/lisppaste2/README.lisp,v $
;;;; See the LICENSE file for licensing information.
@@ -28,7 +28,7 @@
(s-xml-rpc:start-xml-rpc-server :port 8185)
-(lisppaste:start-lisppaste :channels '("#lisp" "#scheme" "#opendarwin" "#macdev" "#fink" "#jedit" "#dylan" "#emacs" "#xemacs" "#colloquy" "#adium" "#growl" "#chicken" "#quicksilver" "#svn" "#slate" "#squeak")
+(lisppaste:start-lisppaste :channels '("#lisp" "#scheme" "#opendarwin" "#macdev" "#fink" "#jedit" "#dylan" "#emacs" "#xemacs" "#colloquy" "#adium" "#growl" "#chicken" "#quicksilver" "#svn" "#slate" "#squeak" "#wiki" "#nebula" "#imgames")
:nickname "lisppaste"
:server "orwell.freenode.net"
:port 6667)
Index: lisppaste2/variable.lisp
diff -u lisppaste2/variable.lisp:1.30 lisppaste2/variable.lisp:1.31
--- lisppaste2/variable.lisp:1.30 Fri Oct 1 01:44:49 2004
+++ lisppaste2/variable.lisp Fri Oct 15 20:23:15 2004
@@ -1,4 +1,4 @@
-;;;; $Id: variable.lisp,v 1.30 2004/09/30 23:44:49 bmastenbrook Exp $
+;;;; $Id: variable.lisp,v 1.31 2004/10/15 18:23:15 bmastenbrook Exp $
;;;; $Source: /project/lisppaste/cvsroot/lisppaste2/variable.lisp,v $
;;;; See the LICENSE file for licensing information.
@@ -54,7 +54,8 @@
(defparameter *banned-ips*
'("69.11.238.252" "168.143.113.138"
- "64.236.227.6")) ; two examples of
+ "64.236.227.6" "83.216.146.102"
+ "206.159.155.203")) ; two examples of
; troublemakers affecting
; freenode's lisppaste
More information about the Lisppaste-cvs
mailing list