src/protocols/silc/chat.c

changeset 10246
aa5bff72f94c
parent 9917
2fbb3c9fab2b
child 10519
80801a34a246
equal deleted inserted replaced
10245:81654bee87e8 10246:aa5bff72f94c
965 } 965 }
966 966
967 /* Add channel to Gaim */ 967 /* Add channel to Gaim */
968 channel->context = SILC_32_TO_PTR(++sg->channel_ids); 968 channel->context = SILC_32_TO_PTR(++sg->channel_ids);
969 serv_got_joined_chat(gc, sg->channel_ids, channel->channel_name); 969 serv_got_joined_chat(gc, sg->channel_ids, channel->channel_name);
970 convo = gaim_find_conversation_with_account(channel->channel_name, 970 convo = gaim_find_conversation_with_account(GAIM_CONV_CHAT,
971 sg->account); 971 channel->channel_name, sg->account);
972 if (!convo) 972 if (!convo)
973 return; 973 return;
974 974
975 /* Add all users to channel */ 975 /* Add all users to channel */
976 silc_hash_table_list(channel->user_list, &htl); 976 silc_hash_table_list(channel->user_list, &htl);

mercurial