version 1.27 | | version 1.28 |
---|
| | |
/* | | /* |
* static char *rcsid_commands_c = | | * static char *rcsid_commands_c = |
* "$Id: commands.c,v 1.27 2002/11/12 23:09:11 garbled Exp $"; | | * "$Id: commands.c,v 1.28 2002/11/12 23:20:11 garbled Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
{"use_skill", command_uskill, 1.0}, | | {"use_skill", command_uskill, 1.0}, |
{"ready_skill", command_rskill, 1.0}, | | {"ready_skill", command_rskill, 1.0}, |
{"search",command_search, 1.0}, | | {"search",command_search, 1.0}, |
#ifdef SEARCH_ITEMS | | |
{"search-items", command_search_items, 0.0}, | | {"search-items", command_search_items, 0.0}, |
#endif | | |
{"statistics", command_statistics, 0.0}, | | {"statistics", command_statistics, 0.0}, |
{"strings", command_strings, 0.0}, | | {"strings", command_strings, 0.0}, |
{"take", command_take, 1.0}, | | {"take", command_take, 1.0}, |