comparison src/protocols/napster/napster.c @ 3708:da6e3c984985

[gaim-migrate @ 3841] host mask on join thanks to birme (required change to the function) committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 15 Oct 2002 22:27:57 +0000
parents 9682c0e022c6
children 34c95669952f
comparison
equal deleted inserted replaced
3707:c1254110070a 3708:da6e3c984985
261 res = g_strsplit(buf, " ", 0); 261 res = g_strsplit(buf, " ", 0);
262 262
263 channel = find_channel_by_name(gc, res[0]); 263 channel = find_channel_by_name(gc, res[0]);
264 convo = find_conversation_by_id(gc, channel->id); 264 convo = find_conversation_by_id(gc, channel->id);
265 265
266 add_chat_buddy(convo, res[1]); 266 add_chat_buddy(convo, res[1], NULL);
267 267
268 g_strfreev(res); 268 g_strfreev(res);
269 269
270 g_free(buf); 270 g_free(buf);
271 return; 271 return;