version 1.22 | | version 1.23 |
---|
| | |
/* | | /* |
* static char *rcsid_c_chat_c = | | * static char *rcsid_c_chat_c = |
* "$Id: c_chat.c,v 1.22 2006/02/10 23:59:27 akirschbaum Exp $"; | | * "$Id: c_chat.c,v 1.23 2006/05/05 09:47:40 ryo_saeba Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
return 0; | | return 0; |
} | | } |
| | |
static int command_tell_all(object *op, char *params, int pri, int color, char *desc) | | static int command_tell_all(object *op, char *params, int pri, int color, const char *desc) |
{ | | { |
if (op->contr->no_shout == 1){ | | if (op->contr->no_shout == 1){ |
new_draw_info(NDI_UNIQUE, 0,op,"You are no longer allowed to shout or chat."); | | new_draw_info(NDI_UNIQUE, 0,op,"You are no longer allowed to shout or chat."); |