Search the web
Sign In
New User? Sign Up
protomuck
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
I'd like to be wired!   Message List  
Reply | Forward Message #664 of 839 |
Re: I'd like to be wired!

Oh, just put a listener prop on the object you want to 'wire' and make
it point to a bit of code that echoes everything it receives back
somewhere else.

In its simplest form (assuming it only needs to be echoed to you), you
could get away with something like this..

: myspy me @ swap notify ;

If you want the message to be broadcast to a room, instead go with..

: myspy #someroom #-1 1 notify_except ;

That is really all the basics.. everything after that is mostly
whatever filtering and styling you may want the code to do.

Just remember that to make a program act as a listener, you need to
flag it properly (exactly what the right flags are might depend on
your configuration.. at least link_ok or it will not let itself be called)


--- In protomuck@yahoogroups.com, "Silowyi" <silowyi_dracotiri@...> wrote:
>
> Woot, a reply, but I still don't know how to do it.
>
> --- In protomuck@yahoogroups.com, Peter Swales <peter.swales@> wrote:
>
> > Yeah, thats pretty easy to do







Tue Mar 14, 2006 3:27 pm

nils_odr
Offline Offline
Send Email Send Email

Forward
Message #664 of 839 |
Expand Messages Author Sort by Date

I was wondering if anyone is aware of a muf or could provide input on how to write a muf that would relay everything a person, room, or object "saw" or "heard"...
Silowyi
silowyi_drac...
Online Now Send Email
Sep 22, 2005
7:53 am

... Yeah, thats pretty easy to do...
Peter Swales
nekosune2004
Offline Send Email
Feb 16, 2006
2:51 am

Woot, a reply, but I still don't know how to do it....
Silowyi
silowyi_drac...
Online Now Send Email
Mar 7, 2006
11:03 pm

Oh, just put a listener prop on the object you want to 'wire' and make it point to a bit of code that echoes everything it receives back somewhere else. In its...
nils_odr
Offline Send Email
Mar 14, 2006
3:27 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help