Phantasmal Site > Phantasmal API > API Listing > set_shutdown_message
API Function: set_shutdown_message
- Summary:
- set the text of the shutdown message
- Defined In LPC Object:
- /usr/common/sys/configd.c
- Prototype:
- void set_shutdown_message(string new_message)
- Can Be Called By:
- System, Common, Game
- Description:
-
Set the system shutdown message. This message will be sent to
incoming connections when the MUD is in the process of shutting
down.
- Return Value:
-
None.
- Errors:
- Normally none.
- See Also:
- set_welcome_message ,
get_shutdown_message ,
set_suspended_message
|