Mercurial > pidgin
comparison src/protocols/irc/irc.c @ 2382:569ae9f2bb89
[gaim-migrate @ 2395]
big reorg of code. list.c contains 0 gtk.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Fri, 28 Sep 2001 07:46:36 +0000 |
| parents | 9bda60d2d2e6 |
| children | a7ecfd3f7714 |
comparison
equal
deleted
inserted
replaced
| 2381:427ccd7dfdd2 | 2382:569ae9f2bb89 |
|---|---|
| 708 /* Now lets sign ourselves on */ | 708 /* Now lets sign ourselves on */ |
| 709 account_online(gc); | 709 account_online(gc); |
| 710 serv_finish_login(gc); | 710 serv_finish_login(gc); |
| 711 | 711 |
| 712 if (bud_list_cache_exists(gc)) | 712 if (bud_list_cache_exists(gc)) |
| 713 do_import(NULL, gc); | 713 do_import(gc, NULL); |
| 714 | 714 |
| 715 /* we don't call this now because otherwise some IRC servers might not like us */ | 715 /* we don't call this now because otherwise some IRC servers might not like us */ |
| 716 idata->timer = g_timeout_add(20000, irc_request_buddy_update, gc); | 716 idata->timer = g_timeout_add(20000, irc_request_buddy_update, gc); |
| 717 idata->online = TRUE; | 717 idata->online = TRUE; |
| 718 } | 718 } |
