MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | NAME |
| 2 | status |
| 3 | status tables |
| 4 | status swap |
| 5 | status malloc |
| 6 | |
| 7 | DESCRIPTION |
| 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 | |
| 14 | HISTORY |
| 15 | 3.2.7 added the 'status malloc' variant. |
| 16 | |
| 17 | SEE ALSO |
| 18 | malloc(D), memory(C), objects(C), debug_info(E), set_is_wizard(E) |