@verb #82:"OK text_OK" this none this rxdo #55 @program #82:"OK text_OK" this none this "Copied from Dizzy_Devil (#8266):ok Aug 9 14:25:59 2000" "Copied from WWW-Error (#82):ok by manta (#7165)Aug 9 14:23:51 2000" p = caller:isa($webber) ? caller | player if (p == $webber) return endif if (!p.header_issued) notify(p, "HTTP/1.0 200 OK") notify(p, $www:server_name()) if (!index(toliteral(args), "Content-type:")) p:notify(tostr("Content-type: text/", index(verb, "text") ? "plain" | "html")) endif p.header_issued = 1 endif if (args) "Add extras (such as cookies)" p:notify(@args) endif p:notify("") "Last modified by Lao-Tzu (#8084) on Mon Dec 31 14:34:51 2001 MST." "This verb previously owned by manta (#7165), and chowned to $slacker upon dewizarding (Sat Aug 17 14:50:05 2002 MDT)." "Last modified by Dax (#789) on Mon May 2 08:59:20 2005 MDT." .