[Coldstuff] Bug fix - pueblo

Jon A. Lambert coldstuff@cold.org
Sat, 1 Jun 2002 04:43:29 -0400


A little fix for ColdCore-3.1  
---------------------------------------------
@program $user.pueblo_cmd() +access=pub
  arg cmstr, cmd, args;
  var con;
  
  for con in (.connections()) {
      con.write("</xch_mudtext><img xch_mode=purehtml>");
      con.write("<h1>Rich-HTML text enabled</h1>");
  }
--------------------------------------------
This did use .mmap, which doesn't have 'writer permissions(?)

Same problem is in $user.set_content_type() but you have it 
fixed at ice.cold.org:1138 already.

--
--* Jon A. Lambert - TychoMUD        Email:jlsysinc@ix.netcom.com *--
--* Mud Server Developer's Page <http://tychomud.home.netcom.com> *--
--* If I had known it was harmless, I would have killed it myself.*--