Difference for server/c_chat.c from version 1.22 to 1.23


version 1.22 version 1.23
Line 1
 
Line 1
 /*  /*
  * 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 $";
  */   */
   
 /*  /*
Line 97
 
Line 97
     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.");


Legend:
line(s) removed in v.1.22 
line(s) changed
 line(s) added in v.1.23

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:26