PennMUSH Community

Ticket #7072 (closed documentation: fixed)

Opened 2 years ago

Last modified 2 years ago

Helpfile Update (Penndev #7072)

Reported by: anonymous Assigned to: devteam
Priority: minor Milestone: 1.8.2p4
Keywords: Cc:
Visibility: Public

Description (Last modified by raevnos)

MONITOR
  Flag:  MONITOR  (players)

  When set on a player, this flag notifies that player when anyone connects
  to or disconnects from the MUSH. It is valid only for players, and must
  be set by a wizard (although royalty may set themselves MONITOR).

  Flag:  MONITOR  (things, rooms)

  When set on a thing or room, this flag activates the ^ listen patterns on
  the object. Objects which have ^ listen patterns but are not set MONITOR
  do not check those patterns.
----
MONITOR
  Flag:  MONITOR  (players)

  When set on a player, this flag notifies that player when anyone connects
  to or disconnects from the MUSH. It is valid only for players, and must
  be set by a wizard (although royalty may set themselves MONITOR).

  Flag:  MONITOR  (things, rooms)

  When set on a thing or room, this flag activates the ^ listen patterns on
  the object. Objects which have ^ listen patterns but are not set MONITOR
  do not check those patterns.

/** ADD THIS SECTION **/
+ When using the LISTEN Attribute Tree, you must set the Root Attribute
+ !NO_COMMAND. By default this Attribute/Attribute Root has been set
+ NO_COMMAND by the system. Attributes which are set HALT or NO_COMMAND
+ will not be evaluated for purposes of the ^ listen patterns


Change History

12/28/06 19:30:22 changed by raevnos

  • type changed from incoming to suggested feature.
  • description changed.

03/29/07 08:43:20 changed by raevnos

  • type changed from suggested feature to documentation.

05/01/07 17:41:52 changed by raevnos

  • status changed from new to closed.
  • resolution set to fixed.
  • milestone set to 1.8.2p4.