version 1.12 | | version 1.13 |
---|
| | |
/* | | /* |
* static char *rcsid_c_chat_c = | | * static char *rcsid_c_chat_c = |
* "$Id: c_chat.c,v 1.12 2003/02/03 07:23:48 mwedel Exp $"; | | * "$Id: c_chat.c,v 1.13 2003/07/24 04:21:14 temitchell Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
{ | | { |
int evtid; | | int evtid; |
CFParm CFP; | | CFParm CFP; |
| | if (op->contr->no_shout == 1){ |
| | new_draw_info(NDI_UNIQUE, 0,op,"You are no longer allowed to shout."); |
| | return 1; |
| | }else{ |
| | |
if (params == NULL) { | | if (params == NULL) { |
new_draw_info(NDI_UNIQUE, 0,op,"Shout what?"); | | new_draw_info(NDI_UNIQUE, 0,op,"Shout what?"); |
| | |
GlobalEvent(&CFP); | | GlobalEvent(&CFP); |
return 1; | | return 1; |
} | | } |
| | } |
| | |
int command_tell (object *op, char *params) | | int command_tell (object *op, char *params) |
{ | | { |