PythonMOO
Theme-Programming: Message 9

Theme-Programming

A list for discussion of programming projects related to the theme and layout of the MOO. NOT for general programming discussion (see *programming for such).

Message 9:

Date:     Sat Mar 25 16:59:58 2006 GMT
From:     Zahra (#828)
To:       *Theme-Programming (#776) and *General Updates (#136)
Subject:  Room Security & Courtesy

A system for securing one's room is in the process of being implemented.  Currently, if you
 @chparent your room to Generic Fancy Room ($fancyroom), you can set your room's .private property,
 if you would like people to @knock before entering.  On the @who list, private rooms will show up
 as [private] (after the room name).  This means that, as a courtesy, one should @knock before
 entering these rooms.

A room's .free_entry property can be set to 0 if you would like the room to be locked. (This shows
 up as [locked]).  This currently does not work completely, but the main purpose at this point is
 to be able to specify if your room is private or not.

Rooms that do not have .private set to 1 or .free_entry set to 0 will be considered public and
 people can enter them at will, without @knocking.
[Last Page] [Next Page]