comparison 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
comparison
equal deleted inserted replaced
3707:c1254110070a 3708:da6e3c984985
764 if (!b) 764 if (!b)
765 return; 765 return;
766 766
767 if (in && (*in == 'T')) 767 if (in && (*in == 'T'))
768 while ((buddy = strtok(NULL, ":")) != NULL) 768 while ((buddy = strtok(NULL, ":")) != NULL)
769 add_chat_buddy(b, buddy); 769 add_chat_buddy(b, buddy, NULL);
770 else 770 else
771 while ((buddy = strtok(NULL, ":")) != NULL) 771 while ((buddy = strtok(NULL, ":")) != NULL)
772 remove_chat_buddy(b, buddy, NULL); 772 remove_chat_buddy(b, buddy, NULL);
773 } else if (!strcasecmp(c, "CHAT_INVITE")) { 773 } else if (!strcasecmp(c, "CHAT_INVITE")) {
774 char *name, *who, *message; 774 char *name, *who, *message;