IMM_SHUTDOWN
Keywords: IMM_SHUTDOWN, WIZ_SHUTDOWN
=== STAFF MANUAL ===
Usage: shutdown <yes | reboot | die | pause>
Description:
Shut down the MUD server. An argument is required to prevent
accidental shutdowns -- typing shutdown alone does nothing.
The argument controls how the autorun script behaves after the
process exits. Requires Admin privileges.
Arguments:
yes ........... Normal shutdown. Autorun restarts the server
after its standard 40-second delay. All
players see: "Shutting down."
reboot ........ Fast restart. Creates the fastboot file so
autorun restarts after only 5 seconds. All
players see:
"Rebooting.. come back in a minute or two."
die ........... Permanent shutdown. Creates the killscript
file, which causes autorun to exit rather
than restart. The server will not come back
up until autorun is manually started again.
All players see:
"Shutting down for maintenance."
pause ......... Maintenance pause. Creates the paused file.
Autorun loops but will not restart the server
until the file is manually removed. All
players see:
"Shutting down for maintenance."
Notes:
- All shutdown actions are logged with your name.
- Unlike copyover, shutdown does not preserve player
connections -- all players are disconnected.
Related Helpfiles: WIZ_COPYOVER, WIZ_REBOOT
=== END MANUAL ===