diff src/protocols/toc/toc.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 a20bf3d247ff
line wrap: on
line diff
--- a/src/protocols/toc/toc.c	Tue Oct 15 20:02:14 2002 +0000
+++ b/src/protocols/toc/toc.c	Tue Oct 15 22:27:57 2002 +0000
@@ -766,7 +766,7 @@
 
 		if (in && (*in == 'T'))
 			while ((buddy = strtok(NULL, ":")) != NULL)
-				add_chat_buddy(b, buddy);
+				add_chat_buddy(b, buddy, NULL);
 		else
 			while ((buddy = strtok(NULL, ":")) != NULL)
 				remove_chat_buddy(b, buddy, NULL);