Hi,
Using cl-irc and a non-threaded sbcl on Linux 2.4.20, I had to apply the patch below to prevent the 'quit' command in commands.lisp from generating an error: having a handler bound to an invalid fd.
Thanks for the great library. I would like to know though why you print the UNHANDLED messages to the console while at the same time encouraging the use of hooks...
bye,
Erik Huelsmann
cvs server: Diffing . Index: command.lisp =================================================================== RCS file: /project/cl-irc/cvsroot/cl-irc/command.lisp,v retrieving revision 1.1.1.1 diff -r1.1.1.1 command.lisp 84a85,87
#+(and sbcl (not sb-thread)) (sb-sys:invalidate-descriptor (sb-bsd-sockets:socket-file-descriptor (server-socket connection)))