This is the method we determined was most appropriate to use the user-data
path to make the irc bot script work.



Paul Tretter

----- Original Message -----
From: "Holger Kruse" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 11, 2001 2:30 PM
Subject: [REBOL] Re: Back to the Advanced Port stuff again


> On Thu, Jan 11, 2001 at 07:29:59PM +0200, Gabriele Santilli wrote:
>
> > I'd suggest you to change your approach; in a similar script I'm
> > using a block of objects (users), each of them has a PORT word
> > referring to its port; PORT/LOCALS is set to refer back to the
> > user object, so that you can access the user from the port too
> > (when you receive a message from the port).
>
> Please don't use port/locals for that. port/locals is used internally
> by many protocols (http, ftp etc.), and will be used by even more
> protocols (including plain TCP in async mode) in the future.
>
> The appropriate place for user references in ports is port/user-data.
> All current experimental builds should have this field in ports.
>
> --
> Holger Kruse
> [EMAIL PROTECTED]
>
> --
> To unsubscribe from this list, please send an email to
> [EMAIL PROTECTED] with "unsubscribe" in the
> subject, without the quotes.
>

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to