Difference for server/c_chat.c from version 1.12 to 1.13


version 1.12 version 1.13
Line 1
 
Line 1
 /*  /*
  * 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 $";
  */   */
   
 /*  /*
Line 88
 
Line 88
 {  {
     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?");
Line 103
 
Line 107
     GlobalEvent(&CFP);      GlobalEvent(&CFP);
     return 1;      return 1;
 }  }
   }
   
 int command_tell (object *op, char *params)  int command_tell (object *op, char *params)
 {  {


Legend:
line(s) removed in v.1.12 
line(s) changed
 line(s) added in v.1.13

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