89e @verb #80:"handle_task_timeout" this none this rxdo #55 @program #80:"handle_task_timeout" this none this "Copied from The SchoolNet MOO (#0):handle_uncaught_error by whiz.kid (#3135) Sep 6 01:12:05 1996" "Passes tracebacks to anyone who's listening, too." if (valid(player) && !player.header_issued) notify(player, "HTTP/1.0 500 Internal Server Error") notify(player, $www:server_name()) notify(player, "Content-type: text/html") notify(player, "") player.header_issued = 1 endif goner = verb_info(args[2][1][1], args[2][1][2])[1] if (goner in {$hacker, $housekeeper, $postman, $repo_man} || goner.wizard) notify(player, tostr("
"))
if (index(player.user_agent, "Lynx"))
for x in (args[3])
notify(player, x + "
")
endfor
else
notify(player, "
| VerbLoc:Verb | Programmer | This | Player | Line |
|---|---|---|---|---|
| ", $web:link(x[4], tostr(x[4])), ":", x[2], " | ")) notify(player, tostr("", $www:link(x[3], tostr(x[3])), " | ", $www:link(x[1], tostr(x[1])), " | ", $www:link(x[5], tostr(x[5])), " | ", x[6], " |
")
for x in (args[3])
notify(player, x)
endfor
notify(player, "")
endif
notify(player, "