On Feb 7, 2004, at 5:48 PM, Erik Huelsmann wrote:
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.
Brian will probably apply this as he's the threaded guy.
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...
It was really more of a way for me to debug when I did the initial development and should probably be turned of by default (setting client-stream, IIRC, on the connection object to nil will do this).
Brian, Kevin, what do you think? I seem to recall that Brian wanted to turn it off by default some time ago.
Erik.