diff 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
line wrap: on
line diff
--- a/src/protocols/napster/napster.c	Tue Oct 15 20:02:14 2002 +0000
+++ b/src/protocols/napster/napster.c	Tue Oct 15 22:27:57 2002 +0000
@@ -263,7 +263,7 @@
 		channel = find_channel_by_name(gc, res[0]);
 		convo = find_conversation_by_id(gc, channel->id);
 
-		add_chat_buddy(convo, res[1]);
+		add_chat_buddy(convo, res[1], NULL);
 
 		g_strfreev(res);