Changeset 1aacc0c0 for skype/skype.c
- Timestamp:
- 2010-04-19T22:25:33Z (15 years ago)
- Branches:
- master
- Children:
- 0d7bd89
- Parents:
- 7cf146f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
skype/skype.c
r7cf146f r1aacc0c0 769 769 if (!strcmp(info, "STATUS MULTI_SUBSCRIBED")) { 770 770 gc = imcb_chat_new(ic, id); 771 #ifdef BITLBEE_VERSION_CODE772 771 #if BITLBEE_VERSION_CODE >= BITLBEE_VER(1, 2, 6) 773 772 imcb_chat_name_hint(gc, id); 774 #endif775 773 #endif 776 774 skype_printf(ic, "GET CHAT %s ADDER\n", id); … … 778 776 } else if (!strcmp(info, "STATUS DIALOG") && sd->groupchat_with) { 779 777 gc = imcb_chat_new(ic, id); 780 #ifdef BITLBEE_VERSION_CODE781 778 #if BITLBEE_VERSION_CODE >= BITLBEE_VER(1, 2, 6) 782 779 imcb_chat_name_hint(gc, id); 783 #endif784 780 #endif 785 781 /* According to the docs this
Note: See TracChangeset
for help on using the changeset viewer.