[beirc-cvs] CVS beirc

afuchs afuchs at common-lisp.net
Wed Apr 12 18:42:30 UTC 2006


Update of /project/beirc/cvsroot/beirc
In directory clnet:/tmp/cvs-serv27592

Modified Files:
	receivers.lisp 
Log Message:
oops. remove #\Newline writing to debug-io.


--- /project/beirc/cvsroot/beirc/receivers.lisp	2006/04/12 18:27:16	1.27
+++ /project/beirc/cvsroot/beirc/receivers.lisp	2006/04/12 18:42:30	1.28
@@ -122,8 +122,7 @@
                      ;; KLUDGE: reset the connection of messages so
                      ;; that channel/user finding queries don't fail
                      ;; horribly
-                     (setf (irc:connection message) connection)))
-                 (write-char #\Newline *debug-io*)))
+                     (setf (irc:connection message) connection)))))
              (receivers frame))))
 
 




More information about the Beirc-cvs mailing list