comparison src/server.c @ 1692:a312d64a995d

[gaim-migrate @ 1702] and i thought i couldn't do it. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 08 Apr 2001 09:26:00 +0000
parents 55bb0e870537
children 15096a01cd23
comparison
equal deleted inserted replaced
1691:d802b115800f 1692:a312d64a995d
636 636
637 plugin_event(event_chat_join, gc, name, 0, 0); 637 plugin_event(event_chat_join, gc, name, 0, 0);
638 638
639 b = (struct conversation *)g_new0(struct conversation, 1); 639 b = (struct conversation *)g_new0(struct conversation, 1);
640 gc->buddy_chats = g_slist_append(gc->buddy_chats, b); 640 gc->buddy_chats = g_slist_append(gc->buddy_chats, b);
641 chats = g_list_append(chats, b);
641 642
642 b->is_chat = TRUE; 643 b->is_chat = TRUE;
643 b->ignored = NULL; 644 b->ignored = NULL;
644 b->in_room = NULL; 645 b->in_room = NULL;
645 b->id = id; 646 b->id = id;