diff src/conversation.c @ 11869:3ba50c385299

[gaim-migrate @ 14160] This should make joining big channels a bit quicker/more efficient. It was really bad before, now it's just bad. My crude testing showed it shaved a few hundred thousand library calls of joining #gaim, so it can't be too bad. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Fri, 28 Oct 2005 01:46:12 +0000
parents 2bee8d023e23
children 8140885c022c
line wrap: on
line diff
--- a/src/conversation.c	Thu Oct 27 21:48:05 2005 +0000
+++ b/src/conversation.c	Fri Oct 28 01:46:12 2005 +0000
@@ -1517,7 +1517,7 @@
 	aliases = g_list_reverse(aliases);
 
 	if (ops != NULL && ops->chat_add_users != NULL)
-		ops->chat_add_users(conv, users, aliases);
+		ops->chat_add_users(conv, users, flags, aliases);
 
 	g_list_free(aliases);
 }