diff src/protocols/oscar/oscar.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 e941bfbacf7c
children 988485669631
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c	Tue Oct 15 20:02:14 2002 +0000
+++ b/src/protocols/oscar/oscar.c	Tue Oct 15 22:27:57 2002 +0000
@@ -2751,7 +2751,7 @@
 		return 1;
 
 	for (i = 0; i < count; i++)
-		add_chat_buddy(c->cnv, info[i].sn);
+		add_chat_buddy(c->cnv, info[i].sn, NULL);
 
 	return 1;
 }