[REBOL] Re: Back to the Advanced Port stuff again
From: ptretter:primary at: 11-Jan-2001 17:23
Actually, the waitports is defined as an empty block at the begining of the
script:
waitports: []
then later...
waitports: [irc-open-port]
I only do the probing when I excape from the programs execution on the
waitports block. I usually do that while waitports contains the appended
dcc ports. Im not to worried about the ports as I have the user-data path
within the port object. I also downloaded the internet draft for MSN
Messenger Protocol version 1.0 today and hope to add that to my irc bot so
that it can relay internet messages within the bot to someones MSN account.
I should run into a whole batch of new questions for everyone. Move over
eggdrop....soon a better alternative will be here.