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
-- реклама ----------------------------------------------------------- Научим каждого зарабатывать на колебаниях курсов валют. Запись на бесплатный семинар http://www.fxclub.org/condition_howtrade_freeseminar/
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
-- реклама ----------------------------------------------------------- Научим каждого зарабатывать на колебаниях курсов валют. Запись на бесплатный семинар http://www.fxclub.org/condition_howtrade_freeseminar/
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.
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.
Hello!
Well, actually, I am planning to improve bot stability: make it automatically reconnect broken connection handle "duplicate nickname" issue, better handling of errors reported during bot's normal operation.
In the future I would like to simplify bot code maintenance efforts and make it usable by other wiki-channels.
So, it is quite possible that I will ask some questions on this mailing list.
With best regards,
Victor
-- реклама ----------------------------------------------------------- Научим каждого зарабатывать на колебаниях курсов валют. Запись на бесплатный семинар http://www.fxclub.org/condition_howtrade_freeseminar/
On 3/26/08, Victor bobbie@ua.fm wrote:
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.
Hello!
Well, actually, I am planning to improve bot stability: make it automatically reconnect broken connection handle "duplicate nickname" issue, better handling of errors reported during bot's normal operation.
In the future I would like to simplify bot code maintenance efforts and make it usable by other wiki-channels.
So, it is quite possible that I will ask some questions on this mailing list.
I'm not sure you can access the server, but I've written similar code for my own bot. It's located at http://hix.nu/svn-public/alexis/
HTH,
Erik.
On 3/26/08, Victor bobbie@ua.fm wrote:
On 3/26/08, Victor bobbie@ua.fm wrote:
Hello!
Well, actually, I am planning to improve bot stability: make it automatically reconnect broken connection handle "duplicate nickname" issue, better handling of errors reported during bot's normal operation.
In the future I would like to simplify bot code maintenance efforts and make it usable by other wiki-channels.
So, it is quite possible that I will ask some questions on this mailing list.
I'm not sure you can access the server, but I've written similar code for my own bot. It's located at http://hix.nu/svn-public/alexis/
Hello!
Unfortunately, it did not work: indeed, I could not reach the server.
If the code is not too large, I would be very grateful if you send it per e-mail.
Many thanks for your help,
With best regards, Victor
-- реклама ----------------------------------------------------------- Научим каждого зарабатывать на колебаниях курсов валют. Запись на бесплатный семинар http://www.fxclub.org/condition_howtrade_freeseminar/
On 3/28/08, Victor bobbie@ua.fm wrote:
On 3/26/08, Victor bobbie@ua.fm wrote:
On 3/26/08, Victor bobbie@ua.fm wrote:
Hello!
Well, actually, I am planning to improve bot stability: make it automatically reconnect broken connection handle "duplicate nickname" issue, better handling of errors reported during bot's normal operation.
In the future I would like to simplify bot code maintenance efforts and make it usable by other wiki-channels.
So, it is quite possible that I will ask some questions on this mailing list.
I'm not sure you can access the server, but I've written similar code for my own bot. It's located at http://hix.nu/svn-public/alexis/
Hello!
Unfortunately, it did not work: indeed, I could not reach the server.
If the code is not too large, I would be very grateful if you send it per e-mail.
Well, the code isn't that large, but I think it's always handy to have the repository handy. I noticed they assigned a different IP to my server, meaning I had to update the DNS. (Normally this is all static, but I don't get advance notices when the server changes.) I checked this morning, and you'll be able to access the server now. However: the repository hasn't been imported into the Apache public namespace, meaning I'll do some additional setup tonight.
I'll notify you of the change right after I complete it.
Bye,
Erik.
Unfortunately, it did not work: indeed, I could not reach the server.
If the code is not too large, I would be very grateful if you send it per e-mail.
Well, the code isn't that large, but I think it's always handy to have the repository handy. I noticed they assigned a different IP to my server, meaning I had to update the DNS. (Normally this is all static, but I don't get advance notices when the server changes.) I checked this morning, and you'll be able to access the server now. However: the repository hasn't been imported into the Apache public namespace, meaning I'll do some additional setup tonight.
I'll notify you of the change right after I complete it.
And so I did (although later than I promissed, it's still the same weekend :-)
To repeat: the link is http://hix.nu/svn-public/alexis/trunk/
If you have any questions regarding the code, please don't hesitate to mail me.
How about we develop the extensions required to build a stable bot together? Either as cl-irc-extentions or in the alexis code?
Bye,
Erik.