version 1.63 | | version 1.64 |
---|
| | |
/* | | /* |
* static char *rcsid_commands_c = | | * static char *rcsid_commands_c = |
* "$Id: commands.c,v 1.63 2006/06/06 21:38:41 akirschbaum Exp $"; | | * "$Id: commands.c,v 1.64 2006/08/08 10:05:34 ryo_saeba Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
{"news", command_news, 0.0}, | | {"news", command_news, 0.0}, |
{"output-sync", command_output_sync, 0.0}, | | {"output-sync", command_output_sync, 0.0}, |
{"output-count", command_output_count,0.0}, | | {"output-count", command_output_count,0.0}, |
| | {"passwd", command_passwd, 0.0}, |
{"peaceful", command_peaceful,0.0}, | | {"peaceful", command_peaceful,0.0}, |
{"pickup", command_pickup, 1.0}, | | {"pickup", command_pickup, 1.0}, |
{"players", command_players, 0.0}, | | {"players", command_players, 0.0}, |