Difference for server/plugins.c from version 1.78 to 1.79


version 1.78 version 1.79
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_plugins_c =   * static char *rcsid_plugins_c =
  *   "$Id: plugins.c,v 1.78 2006/08/27 14:09:18 ryo_saeba Exp $";   *   "$Id: plugins.c,v 1.79 2006/09/17 05:34:39 qal21 Exp $";
  */   */
   
 /*****************************************************************************/  /*****************************************************************************/
Line 3382
 
Line 3382
     msg = va_arg(args, char*);      msg = va_arg(args, char*);
     va_end(args);      va_end(args);
   
       if (op->type == PLAYER) {
     rv = command_say(op, msg);      rv = command_say(op, msg);
       } else {
           npc_say(op, msg);
           rv = 0;
       }
     *type = CFAPI_INT;      *type = CFAPI_INT;
     return &rv;      return &rv;
 }  }


Legend:
line(s) removed in v.1.78 
line(s) changed
 line(s) added in v.1.79

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