On 3/26/08, Victor bobbie@ua.fm wrote:
Hello!
I've been trying to run CL-IRC on CLISP on Win32.
After coping with error messages from the ASDF, I am trying to connect to a FreeNode IRC server:
[2]> (in-package :irc)
#<PACKAGE CL-IRC>
IRC[3]> (connect :nickname "bottie" :server "irc.freenode.net") *** - Condition of type USOCKET:UNKNOWN-ERROR.
The following restarts are available:
ABORT :R1 Abort main loop
Break 1 IRC[4]>
I would like to know whether it is known that CL-IRC can be run on Win32, and which CL implementation is preferable for running it on that operating system.
With best regards, Victor
Issue is solved: the reason was a running Anti-Virus blocking connections to the irc server.
Thus, I've been able to run a cl-irc based bot on CLISP on Win32.
With best regards, Victor
That's great to hear! I'm sorry I didn't respond earlier. I did see your mail.
If you have any other issues, please don't hesitate to ask.
Bye,
Erik.