comparison src/protocols/oscar/oscar.c @ 2411:123aaa84109a

[gaim-migrate @ 2424] Rob, you took too long to do it committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 02 Oct 2001 05:52:56 +0000
parents 569ae9f2bb89
children 95b4ec08abec
comparison
equal deleted inserted replaced
2410:65928d810c22 2411:123aaa84109a
2701 2701
2702 static struct prpl *my_protocol = NULL; 2702 static struct prpl *my_protocol = NULL;
2703 2703
2704 void oscar_init(struct prpl *ret) { 2704 void oscar_init(struct prpl *ret) {
2705 ret->protocol = PROTO_OSCAR; 2705 ret->protocol = PROTO_OSCAR;
2706 ret->options = OPT_PROTO_HTML | OPT_PROTO_CORRECT_TIME; 2706 ret->options = OPT_PROTO_HTML | OPT_PROTO_CORRECT_TIME | OPT_PROTO_BUDDY_ICON;
2707 ret->name = oscar_name; 2707 ret->name = oscar_name;
2708 ret->list_icon = oscar_list_icon; 2708 ret->list_icon = oscar_list_icon;
2709 ret->away_states = oscar_away_states; 2709 ret->away_states = oscar_away_states;
2710 ret->actions = oscar_actions; 2710 ret->actions = oscar_actions;
2711 ret->do_action = oscar_do_action; 2711 ret->do_action = oscar_do_action;