version 1.18 | | version 1.19 |
---|
| | |
/* | | /* |
* static char *rcsid_commands_c = | | * static char *rcsid_commands_c = |
* "$Id: commands.c,v 1.18 2002/01/03 21:32:57 garbled Exp $"; | | * "$Id: commands.c,v 1.19 2002/01/16 10:51:32 jbontje Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
CommArray_s CommunicationCommands [] = { | | CommArray_s CommunicationCommands [] = { |
/* begin emotions */ | | /* begin emotions */ |
{"tell", command_tell, 0.0}, | | {"tell", command_tell, 0.0}, |
| | {"reply", command_reply, 0.0}, |
{"say", command_say, 0.0}, | | {"say", command_say, 0.0}, |
{"shout", command_shout, 0.0}, | | {"shout", command_shout, 0.0}, |
{"nod", command_nod, 0.0}, | | {"nod", command_nod, 0.0}, |
| | |
{"stats", command_stats,0.0}, | | {"stats", command_stats,0.0}, |
{"style_info", command_style_map_info, 0.0}, /* Costly command, so make it wiz only */ | | {"style_info", command_style_map_info, 0.0}, /* Costly command, so make it wiz only */ |
{"summon", command_summon,0.0}, | | {"summon", command_summon,0.0}, |
| | {"teleport", command_teleport,0.0}, |
{"wizpass", command_wizpass,0.0}, | | {"wizpass", command_wizpass,0.0}, |
{"overlay_save", command_save_overlay, 0.0}, | | {"overlay_save", command_save_overlay, 0.0}, |
}; | | }; |