isn't detected on certain servers. [RLB]
* Fixed notify bug that caused the chat system to crash [AEJ]
* Fixed second notify bug that caused the chat system to crash [AEJ]
+ * Fixed conflict between NA_INTER_LOCK and NA_EVALONCONTACT [AEJ]
& 0.72
CobraMUSH Version 0.72
#define NA_INTER_LOCK 0x10000 /**< Message subject to @lock/interact even if not otherwise marked */
#define NA_INTERACTION (NA_INTER_HEAR|NA_INTER_SEE|NA_INTER_PRESENCE|NA_INTER_LOCK) /**< Message follows interaction rules */
#define NA_SPOOF 0x8000 /**< @ns* message, overrides NOSPOOF */
-#define NA_EVALONCONTACT 0x10000
+#define NA_EVALONCONTACT 0x20000
/** A notify_anything lookup function type definition */
typedef dbref (*na_lookup) (dbref, void *);