comparison src/protocols/msn/msn.c @ 6023:f8edfcb55a34

[gaim-migrate @ 6473] Users should be able to close MSN chats again. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 05 Jul 2003 06:44:53 +0000
parents 059d95c67cda
children a23a1d51f573
comparison
equal deleted inserted replaced
6022:fb5d2ede88e7 6023:f8edfcb55a34
925 925
926 strcpy(buf, "OUT\r\n"); 926 strcpy(buf, "OUT\r\n");
927 927
928 if (!msn_servconn_write(swboard->servconn, buf, strlen(buf))) 928 if (!msn_servconn_write(swboard->servconn, buf, strlen(buf)))
929 msn_switchboard_destroy(swboard); 929 msn_switchboard_destroy(swboard);
930
931 serv_chat_leave(gc, id);
930 } 932 }
931 933
932 static int 934 static int
933 msn_chat_send(GaimConnection *gc, int id, char *message) 935 msn_chat_send(GaimConnection *gc, int id, char *message)
934 { 936 {