version 1.44 | | version 1.45 |
---|
| | |
/* | | /* |
* static char *rcsid_commands_c = | | * static char *rcsid_commands_c = |
* "$Id: commands.c,v 1.44 2004/09/26 09:42:34 ryo_saeba Exp $"; | | * "$Id: commands.c,v 1.45 2004/11/09 07:44:24 mwedel 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}, |
| | {"chat", command_chat, 0.1}, |
{"me", command_me, 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}, |
| | |
*/ | | */ |
CommArray_s Socket2_Commands[] = { | | CommArray_s Socket2_Commands[] = { |
{"shout", command_shout, 0.1}, | | {"shout", command_shout, 0.1}, |
| | {"chat", command_chat, 0.1}, |
{"tell", command_tell, 0.1}, | | {"tell", command_tell, 0.1}, |
}; | | }; |
| | |