comparison src/protocols/silc/silc.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 cb625efd1071
children bd6c0aa9ff6c
comparison
equal deleted inserted replaced
10868:4a56b48dbaa6 10869:3e43c132f151
1514 silcgaim_get_info, /* get_info */ 1514 silcgaim_get_info, /* get_info */
1515 silcgaim_set_status, /* set_status */ 1515 silcgaim_set_status, /* set_status */
1516 silcgaim_idle_set, /* set_idle */ 1516 silcgaim_idle_set, /* set_idle */
1517 silcgaim_change_passwd, /* change_passwd */ 1517 silcgaim_change_passwd, /* change_passwd */
1518 silcgaim_add_buddy, /* add_buddy */ 1518 silcgaim_add_buddy, /* add_buddy */
1519 silcgaim_add_buddies, /* add_buddies */ 1519 NULL, /* add_buddies */
1520 silcgaim_remove_buddy, /* remove_buddy */ 1520 silcgaim_remove_buddy, /* remove_buddy */
1521 NULL, /* remove_buddies */ 1521 NULL, /* remove_buddies */
1522 NULL, /* add_permit */ 1522 NULL, /* add_permit */
1523 NULL, /* add_deny */ 1523 NULL, /* add_deny */
1524 NULL, /* rem_permit */ 1524 NULL, /* rem_permit */