Mercurial > pidgin
diff src/protocols/silc/ops.c @ 10869:3e43c132f151
[gaim-migrate @ 12556]
We no longer call "serv_add_buddies" at log in. Any PRPL that relied on
that should look through the buddy list itself and do whatever it needs
to after calling gaim_connection_set_state(gc, GAIM_CONNECTED);
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Mon, 25 Apr 2005 03:55:11 +0000 |
| parents | 2d3a935462aa |
| children | 07dc8c6a359f |
line wrap: on
line diff
--- a/src/protocols/silc/ops.c Mon Apr 25 03:41:16 2005 +0000 +++ b/src/protocols/silc/ops.c Mon Apr 25 03:55:11 2005 +0000 @@ -1472,6 +1472,10 @@ case SILC_CLIENT_CONN_SUCCESS: case SILC_CLIENT_CONN_SUCCESS_RESUME: gaim_connection_set_state(gc, GAIM_CONNECTED); + + /* Send the server our buddy list */ + silcgaim_send_buddylist(gc); + g_unlink(silcgaim_session_file(gaim_account_get_username(sg->account))); /* Send any UMODEs configured for account */
