version 1.45 | | version 1.46 |
---|
| | |
/* | | /* |
* static char *rcsid_commands_c = | | * static char *rcsid_commands_c = |
* "$Id: commands.c,v 1.45 2004/11/09 07:44:24 mwedel Exp $"; | | * "$Id: commands.c,v 1.46 2004/11/25 18:47:58 ryo_saeba Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
{"remove", command_remove,0.0}, | | {"remove", command_remove,0.0}, |
{"reset", command_reset,0.0}, | | {"reset", command_reset,0.0}, |
{"set_god", command_setgod, 0.0}, | | {"set_god", command_setgod, 0.0}, |
{"speed", command_speed,0.0}, | | {"server_speed", command_speed,0.0}, |
{"ssdumptable", command_ssdumptable,0.0}, | | {"ssdumptable", command_ssdumptable,0.0}, |
{"stack_clear", command_stack_clear, 0.0 }, | | {"stack_clear", command_stack_clear, 0.0 }, |
{"stack_list", command_stack_list, 0.0}, | | {"stack_list", command_stack_list, 0.0}, |