src/protocols/oscar/oscar.c

changeset 3064
d20bc95cf928
parent 3063
b27e1b7c1775
child 3068
21355882d65c
equal deleted inserted replaced
3063:b27e1b7c1775 3064:d20bc95cf928
480 480
481 if (isdigit(*user->username)) { 481 if (isdigit(*user->username)) {
482 odata->icq = TRUE; 482 odata->icq = TRUE;
483 /* this is odd but it's necessary for a proper do_import and do_export */ 483 /* this is odd but it's necessary for a proper do_import and do_export */
484 gc->protocol = PROTO_ICQ; 484 gc->protocol = PROTO_ICQ;
485 gc->password[9] = 0; 485 gc->password[8] = 0;
486 } else { 486 } else {
487 gc->protocol = PROTO_TOC; 487 gc->protocol = PROTO_TOC;
488 gc->flags |= OPT_CONN_HTML; 488 gc->flags |= OPT_CONN_HTML;
489 } 489 }
490 490

mercurial