| 518 p = parse_line(buf, &parse_buffer); |
518 p = parse_line(buf, &parse_buffer); |
| 519 |
519 |
| 520 if (strcmp(p->option, "ident")) |
520 if (strcmp(p->option, "ident")) |
| 521 return NULL; |
521 return NULL; |
| 522 |
522 |
| 523 account = gaim_account_new(p->value[0], "prpl-oscar"); |
523 account = gaim_account_new(p->value[0], NULL); |
| 524 |
524 |
| 525 gaim_account_set_password(account, p->value[1]); |
525 gaim_account_set_password(account, p->value[1]); |
| 526 gaim_account_set_remember_password(account, TRUE); |
526 gaim_account_set_remember_password(account, TRUE); |
| 527 |
527 |
| 528 gaim_accounts_add(account); |
528 gaim_accounts_add(account); |