Difference for server/c_misc.c from version 1.72 to 1.73


version 1.72 version 1.73
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_c_misc_c =   * static char *rcsid_c_misc_c =
  *   "$Id: c_misc.c,v 1.72 2005/12/05 23:34:04 akirschbaum Exp $";   *   "$Id: c_misc.c,v 1.73 2005/12/07 18:25:55 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 1444
 
Line 1444
     return;      return;
   }    }
   new_draw_info(NDI_UNIQUE, 0,op,"          "); /* To hide the password better */    new_draw_info(NDI_UNIQUE, 0,op,"          "); /* To hide the password better */
   
     if (checkbanned(op->name, op->contr->socket.host)) {
       LOG(llevInfo, "Banned player tried to add: [%s@%s]\n", op->name, op->contr->socket.host);
       new_draw_info(NDI_UNIQUE|NDI_RED, 0, op, "You are not allowed to play.");
       get_name(op);
       return;
     }
   
   if(op->contr->state==ST_CONFIRM_PASSWORD) {    if(op->contr->state==ST_CONFIRM_PASSWORD) {
     if(!check_password(op->contr->write_buf+1,op->contr->password)) {      if(!check_password(op->contr->write_buf+1,op->contr->password)) {
       new_draw_info(NDI_UNIQUE, 0,op,"The passwords did not match.");        new_draw_info(NDI_UNIQUE, 0,op,"The passwords did not match.");


Legend:
line(s) removed in v.1.72 
line(s) changed
 line(s) added in v.1.73

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