blob: 79759ddc77f2d2725b26bdf8243368bbe21100c5 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001NAME
2 status
3 status tables
4 status swap
5 status malloc
6
7DESCRIPTION
8 This command is hardcoded into the drivers input routine.
9 It displays information about the run status of the system.
10 If the O_IS_WIZARD flag is used in the mudlib (i.e. if
11 set_is_wizard() was called), this command is allowed only for
12 users that have this flag set.
13
14HISTORY
15 3.2.7 added the 'status malloc' variant.
16
17SEE ALSO
18 malloc(D), memory(C), objects(C), debug_info(E), set_is_wizard(E)