fuzzball-muck / fuzzball

Ongoing development of the Fuzzball MUCK server software and associated functionality.
Other
46 stars 26 forks source link

Page needs 'W' bit #700

Closed tanabi closed 8 months ago

tanabi commented 11 months ago

This is a similar issue as #699 and best fixed at the same time.

cmd-page (ref #101 in the starter DB) needs a W bit. It's currently just got an M3 and it makes "weird things" happen. For instance, you get a message like the player doesn't exist if you try to page someone who's asleep, and p #mail doesn't work.

@set #101=w should fix this.

wyld-sw commented 9 months ago

701 fixes this! Good catch.