[TF] Re: World activity messages (was: TinyFugue 5.0 alpha 10 released)
Brought to you by:
kenkeys
|
From: rb at tertius.net.au (R. Buchanan) - 2003-05-28 18:13:45
|
Azrael wrote:
> so that's not a problem. By the way, is it possible to send an echo to
> all connected worlds somehow?
Assuming no differences between 4 and 5 in this respect, here's
something I snarfed from the list ages ago:
; Execute a command everywhere we're connected
; Posted on the TF list by David Moore <dm...@UC...>
/def command_in_all =\
/let body=%{*}%;\
/command_in_all_ $(/listsockets -s)
/def command_in_all_ =\
/while ({#}) \
/repeat -S -w%{1} 1 %{body}%;\
/shift%;\
/done
so /command_in_all /echo foo
Would do it.
Regards,
Ricky&
--
: Usual state: (e) None of the above.
: rb...@te... http://tertius.net.au/~rb/
: If you want something badly enough, it will happen. If it
: doesn't happen, take a look: Do you really want it? Are you
: prepared to work hard enough to make it happen? You can want
: something forever but if you don't do anything about it you will
: have to be content just to dream. -- Ricky Buchanan
|