| 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 |