comparison src/protocols/yahoo/ycht.c @ 9846:c28d5b45624e

[gaim-migrate @ 10724] A patch from Nathan Fredrickson that should make Gaim not play sounds for people joining chats when you join chat. Um, his explanation is better: http://sourceforge.net/tracker/index.php?func=detail&aid=1008904&group_id=235&atid=300235 committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 24 Aug 2004 04:12:28 +0000
parents 8b2451878e26
children a8f9e5ce4f92
comparison
equal deleted inserted replaced
9845:7c459857f1c2 9846:c28d5b45624e
116 116
117 for (i = 0; members[i]; i++) { 117 for (i = 0; members[i]; i++) {
118 if (new_room) { 118 if (new_room) {
119 /*if (!strcmp(members[i], gaim_connection_get_display_name(ycht->gc))) 119 /*if (!strcmp(members[i], gaim_connection_get_display_name(ycht->gc)))
120 continue;*/ 120 continue;*/
121 gaim_conv_chat_add_user(GAIM_CONV_CHAT(c), members[i], NULL, GAIM_CBFLAGS_NONE); 121 gaim_conv_chat_add_user(GAIM_CONV_CHAT(c), members[i], NULL, GAIM_CBFLAGS_NONE, TRUE);
122 } else { 122 } else {
123 yahoo_chat_add_user(GAIM_CONV_CHAT(c), members[i], NULL); 123 yahoo_chat_add_user(GAIM_CONV_CHAT(c), members[i], NULL);
124 } 124 }
125 } 125 }
126 126