version 1.25 | | version 1.26 |
---|
| | |
/* | | /* |
* static char *rcsid_commands_c = | | * static char *rcsid_commands_c = |
* "$Id: commands.c,v 1.25 2002/09/28 07:19:40 mwedel Exp $"; | | * "$Id: commands.c,v 1.26 2002/11/08 08:54:07 garbled Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
{"take", command_take, 1.0}, | | {"take", command_take, 1.0}, |
{"throw", command_throw, 1.0}, | | {"throw", command_throw, 1.0}, |
{"time", command_time, 0.0}, | | {"time", command_time, 0.0}, |
| | {"weather", command_weather, 0.0}, |
#ifdef SET_TITLE | | #ifdef SET_TITLE |
{"title", command_title, 0.0}, | | {"title", command_title, 0.0}, |
#endif | | #endif |