306 "Copied from The SchoolNet MOO (#0):h_u_e by whiz.kid (#3135) Feb 15 13:54:14 1998"; caller == #0 || raise(E_PERM); if (verb[8] == "t") {resource, callers, tb} = args; else {error, reason, value, callers, tb} = args; endif recip = callers[1][5]; fork (0) if (!valid(recip) || (recip:isa($system_player) || !is_player(recip)) || recip == $slacker) who = {}; for x in ($wiz:leaves()) if (x in connected_players()) who = setadd(who, x); endif endfor for y in (who) for x in (tb) notify(y, "[" + tostr(recip) + "]: " + x); endfor endfor else r = recip:(verb)(@args[1..$ - 1], tb); endif endfork return 1; "Last modified by Lao-Tzu (#8084) on Sat Jul 10 21:14:43 1999 MDT."; . 0