RhostMUSH / trunk

RhostMUSH 4.0: This is the official main repository of RhostMUSH. Visit us at rhostdev.mushpark.com 4201
23 stars 21 forks source link

Feature/noconnect msg #24

Closed shikage closed 7 years ago

shikage commented 7 years ago

Adds option to set _NOCONNECT_MSG attribute on a player. If they are set NOCONNECT and attempt to connect the text from this attribute will be evaluated and displayed to the player. Useful for indicating a reason for their blocked access.

mrsenile commented 7 years ago

Merged in with some changes.

Used fileobject instead of the mudconf parameter as we already have site based information on that object.

We also added NoPossess as a flag (though no separate message per player on that one).