[cl-irc-cvs] r234 - trunk

ehuelsmann at common-lisp.net ehuelsmann at common-lisp.net
Sun Jan 13 18:33:15 UTC 2013


Author: ehuelsmann
Date: Sun Jan 13 10:33:14 2013
New Revision: 234

Log:
Patch by Julien Danjou: Export READ-IRC-MESSAGE to allow construction of
   custom loops.

Modified:
   trunk/package.lisp

Modified: trunk/package.lisp
==============================================================================
--- trunk/package.lisp	Sun Jan 13 10:31:25 2013	(r233)
+++ trunk/package.lisp	Sun Jan 13 10:33:14 2013	(r234)
@@ -12,6 +12,7 @@
     (:nicknames :irc)
     (:export :read-message-loop
              :read-message
+             :read-irc-message
              :irc-message-event
              :start-background-message-handler
              :stop-background-message-handler




More information about the cl-irc-cvs mailing list