version 1.6 | | version 1.7 |
---|
| | |
/* | | /* |
* static char *rcsid_commands_c = | | * static char *rcsid_commands_c = |
* "$Id: commands.c,v 1.6 2000/06/21 09:34:56 jec Exp $"; | | * "$Id: commands.c,v 1.7 2000/12/04 00:40:05 cvs Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
{"players", command_players, 0.0}, | | {"players", command_players, 0.0}, |
{"prepare", command_prepare, 1.0}, | | {"prepare", command_prepare, 1.0}, |
{"quit", command_quit, 0.0}, | | {"quit", command_quit, 0.0}, |
| | {"resistances", command_resistances, 0.0}, |
{"rotateshoottype", command_rotateshoottype, 0.0}, | | {"rotateshoottype", command_rotateshoottype, 0.0}, |
{"rotatespells", command_rotatespells, 0.0}, | | {"rotatespells", command_rotatespells, 0.0}, |
{"say", command_say, 0.0}, | | {"say", command_say, 0.0}, |