version 1.39 | | version 1.40 |
---|
| | |
/* | | /* |
* static char *rcsid_commands_c = | | * static char *rcsid_commands_c = |
* "$Id: commands.c,v 1.39 2003/09/13 05:02:09 mwedel Exp $"; | | * "$Id: commands.c,v 1.40 2003/09/16 04:58:07 temitchell Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
{"reply", command_reply, 0.0}, | | {"reply", command_reply, 0.0}, |
{"say", command_say, 0.1}, | | {"say", command_say, 0.1}, |
{"shout", command_shout, 0.1}, | | {"shout", command_shout, 0.1}, |
| | {"me", command_me, 0.1}, |
{"nod", command_nod, 0.0}, | | {"nod", command_nod, 0.0}, |
{"dance", command_dance, 0.0}, | | {"dance", command_dance, 0.0}, |
{"kiss", command_kiss, 0.0}, | | {"kiss", command_kiss, 0.0}, |