@verb #755:"tell_www_body" this none this rxdo #60 @program #755:"tell_www_body" this none this "Present either the control page or the buffer page or both (depending on the mode setting)." caller == this || raise(E_PERM) {data} = args if (typeof(data) == $STR) return this:www_welcome(data) endif {id, pw, mode, where, tx} = data if (mode[1] == "N" || mode[1] == "C") this:www_control(data) endif if (mode[1] == "N") if (mode == "NR") player:tell("You must periodically reload (Ctrl-R in Lynx) to see what other people have said.") endif player:tell("
") endif if (mode[1] == "N" || mode[1] == "B") this.buffer:tell_www_body(@data) endif "Last modified by Dax (#789) on Tue May 3 13:43:08 2005 MDT." .