comparison src/protocols/toc/toc.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 4a8bf81b82ae
children e74eb0d11f86
comparison
equal deleted inserted replaced
9845:7c459857f1c2 9846:c28d5b45624e
828 if (!b) 828 if (!b)
829 return; 829 return;
830 830
831 if (in && (*in == 'T')) 831 if (in && (*in == 'T'))
832 while ((buddy = strtok(NULL, ":")) != NULL) 832 while ((buddy = strtok(NULL, ":")) != NULL)
833 gaim_conv_chat_add_user(chat, buddy, NULL, GAIM_CBFLAGS_NONE); 833 gaim_conv_chat_add_user(chat, buddy, NULL, GAIM_CBFLAGS_NONE, TRUE);
834 else 834 else
835 while ((buddy = strtok(NULL, ":")) != NULL) 835 while ((buddy = strtok(NULL, ":")) != NULL)
836 gaim_conv_chat_remove_user(chat, buddy, NULL); 836 gaim_conv_chat_remove_user(chat, buddy, NULL);
837 } else if (!g_ascii_strcasecmp(c, "CHAT_INVITE")) { 837 } else if (!g_ascii_strcasecmp(c, "CHAT_INVITE")) {
838 char *name, *who, *message; 838 char *name, *who, *message;