1ca @verb #7:"msg_announce" this none this rxdo #55 @program #7:"msg_announce" this none this ":msg_announce(place, what, msg)" " announce msg in place (except to what). Prepend with what:title if it isn't part of the string" msg = args[3] what = args[2] title = what:titlec() if (index(msg, title) != 1) msg = tostr(title, " ", msg) endif args[1]:announce_all_but({what}, msg) "Last modified by manta (#7165) on Sun Aug 16 20:34:36 1998 EDT." . 0