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