File tree Expand file tree Collapse file tree 7 files changed +8
-7
lines changed
Expand file tree Collapse file tree 7 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ Other changes
4646Log messages for player creation and connection are now more detailed.
4747@clone and COPYOBJ now only copy hidden properties in Wizard contexts.
4848Manual @dumps now report a completion message to the requesting player.
49+ Listener documentation has evolved into the general 'man propqueues'.
4950
5051
51522.2Muck7.00
Original file line number Diff line number Diff line change 1- MUCK Reference Manual for Muck2.2fb7.00
1+ MUCK Reference Manual for Muck2.2fb7.10
22 by Revar Desmera <revar@belfry.com>
33
44You may get a listing of topics that you can get help on, either sorted
Original file line number Diff line number Diff line change 1- MUF Reference Manual for Muck2.2fb7.00
1+ MUF Reference Manual for Muck2.2fb7.10
22 by Revar Desmera <revar@belfry.com>
33
44You may get a listing of topics that you can get help on, either sorted
@@ -532,7 +532,7 @@ is run normally (i.e. checking the environment) starting from the
532532player's old location and going up the environment tree from there.
533533
534534 DISCONNECT: _disconnect
535- ODISCONNECT: _disconnect
535+ ODISCONNECT: _odisconnect
536536
537537 Triggered when a player disconnects. This is actually run after the
538538player connection is dropped, so you won't be able to send a message
Original file line number Diff line number Diff line change 1- MPI Reference Manual for Muck2.2fb7.00
1+ MPI Reference Manual for Muck2.2fb7.10
22 by Revar Desmera <revar@belfry.com>
33
44You may get a listing of topics that you can get help on, either sorted
Original file line number Diff line number Diff line change @@ -1032,7 +1032,7 @@ <h3 id="propqueues">Propqueues:
10321032< p >
10331033 DISCONNECT: _disconnect
10341034< p >
1035- ODISCONNECT: _disconnect
1035+ ODISCONNECT: _odisconnect
10361036
10371037< p >
10381038 Triggered when a player disconnects. This is actually run after the
Original file line number Diff line number Diff line change 1919/**
2020 * Server version number
2121 */
22- #define VERSION "Muck2.2fb7.00 "
22+ #define VERSION "Muck2.2fb7.10 "
2323
2424/************************************************************************
2525 Administrative Options
Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ is run normally (i.e. checking the environment) starting from the
295295player's old location and going up the environment tree from there.
296296
297297 DISCONNECT: _disconnect
298- ODISCONNECT: _disconnect
298+ ODISCONNECT: _odisconnect
299299
300300 Triggered when a player disconnects. This is actually run after the
301301player connection is dropped, so you won't be able to send a message
You can’t perform that action at this time.
0 commit comments