version 1.62 | | version 1.63 |
---|
| | |
/* | | /* |
* static char *rcsid_commands_c = | | * static char *rcsid_commands_c = |
* "$Id: commands.c,v 1.62 2006/06/05 06:28:56 mwedel Exp $"; | | * "$Id: commands.c,v 1.63 2006/06/06 21:38:41 akirschbaum Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
{"mapinfo", command_mapinfo, 0.0}, | | {"mapinfo", command_mapinfo, 0.0}, |
{"mark", command_mark, 0.0}, | | {"mark", command_mark, 0.0}, |
{"motd", command_motd, 0.0}, | | {"motd", command_motd, 0.0}, |
| | {"rules", command_rules, 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}, |
{"peaceful", command_peaceful,0.0}, | | {"peaceful", command_peaceful,0.0}, |
| | |
{"logs", command_logs, 0.0}, | | {"logs", command_logs, 0.0}, |
{"maps", command_maps, 0.0}, | | {"maps", command_maps, 0.0}, |
{"motd", command_motd, 0.0}, | | {"motd", command_motd, 0.0}, |
| | {"rules", command_rules, 0.0}, |
| | {"news", command_news, 0.0}, |
{"players", command_players, 0.0}, | | {"players", command_players, 0.0}, |
{"version", command_version, 0.0}, | | {"version", command_version, 0.0}, |
{"who", command_who, 0.0}, | | {"who", command_who, 0.0}, |