Mercurial > pidgin
diff src/protocols/irc/msgs.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 | 62eb9fe24692 |
| children | fb08a0973b3e |
line wrap: on
line diff
--- a/src/protocols/irc/msgs.c Tue Aug 24 01:26:54 2004 +0000 +++ b/src/protocols/irc/msgs.c Tue Aug 24 04:12:28 2004 +0000 @@ -593,7 +593,7 @@ } userhost = irc_mask_userhost(from); - gaim_conv_chat_add_user(GAIM_CONV_CHAT(convo), nick, userhost, GAIM_CBFLAGS_NONE); + gaim_conv_chat_add_user(GAIM_CONV_CHAT(convo), nick, userhost, GAIM_CBFLAGS_NONE, TRUE); if ((ib = g_hash_table_lookup(irc->buddies, nick)) != NULL) { ib->flag = TRUE;
