diff options
-rw-r--r-- | skype/skype.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/skype/skype.c b/skype/skype.c index 58695ee4..4c686216 100644 --- a/skype/skype.c +++ b/skype/skype.c @@ -789,16 +789,12 @@ static void skype_parse_chat(struct im_connection *ic, char *line) imcb_chat_free(gc); if (!strcmp(info, "STATUS MULTI_SUBSCRIBED")) { gc = imcb_chat_new(ic, id); -#if BITLBEE_VERSION_CODE >= BITLBEE_VER(1, 2, 6) imcb_chat_name_hint(gc, id); -#endif skype_printf(ic, "GET CHAT %s ADDER\n", id); skype_printf(ic, "GET CHAT %s TOPIC\n", id); } else if (!strcmp(info, "STATUS DIALOG") && sd->groupchat_with) { gc = imcb_chat_new(ic, id); -#if BITLBEE_VERSION_CODE >= BITLBEE_VER(1, 2, 6) imcb_chat_name_hint(gc, id); -#endif /* According to the docs this * is necessary. However it * does not seem the situation |