| Path: | server/shellCommands/status.cmd (CVS) |
| Last Update: | Sat Aug 18 22:54:10 -0700 2007 |
# -*- default-generic -*- # # MUES::CommandShell server-status command. # Time-stamp: <14-Oct-2002 00:46:38 deveiant> # $Id: status.cmd,v 1.4 2002/10/14 09:49:29 deveiant Exp $ # # == Authors: # * Michael Granger <ged@FaerieMUD.org> #
# Status command
Check internal server status.
This command displays a server-status table, listing server version, uptime, login sessions, and connected users.
status
creator
return MUES::OutputEvent::new( MUES::ServerFunctions::engineStatusString )
# Scheduled events command
Display a table of scheduled events.
This command prints a table listing each event that is scheduled with the engine for deferred execution.
implementor
return MUES::OutputEvent::new( MUES::ServerFunctions::engineScheduledEventsString )