--- 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;
}