[REBOL] Re: Prohosting
From: ptretter:primary at: 18-Dec-2000 11:21
Hey Turtle,
Is this the same turtle from IRC. I got you finally hooked on this
didnt I. I got a new BOT script that is coming along very well been at work
on it for a long time. Also supports DCC chat for listing of the commands
etc... That was difficult as I create the port assignments dynamically in a
sense. I assign the port schemes to the users nick since those must be
unique.
nick: whatever
temp-port-assignment: make set-word! :nick
port: [scheme block]
mold temp-port :port
It works good also. Had some problems trying to wait on several ports at
the same time at first but its working like a champ now. With a little more
work it should be better awesome.
Paul Tretter