@verb #751:"quiet notify" this none this rxdo #789
@program #751:"quiet notify" this none this
text = args[1]
if (typeof(text) == $LIST)
for x in (text)
this:(verb)(x)
endfor
return
endif
"When I hear something, echo it to any hung webbers."
for user in (`this.location.users ! ANY => {}')
for x in (user[4])
if ($object_utils:isa(x, $webber) && x:connected())
x:tell(#308:subst(text))
" x:tell(\"
-
\");"
x:tell("
")
endif
endfor
endfor
return pass(text)
"Last modified by Dax (#789) on Tue May 3 13:45:03 2005 MDT."
.