comparison plugins/filectl.c @ 11338:17142948653e

[gaim-migrate @ 13551] Change the GAIM_CONV_IM and GAIM_CONV_CHAT enums to GAIM_CONV_TYPE_IM and GAIM_CONV_TYPE_CHAT. This touched A LOT of files. Also combined two oscar header files (one of them was small and dorky). committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 25 Aug 2005 02:33:44 +0000
parents bb0d7b719af2
children 8d1cf3f847b1
comparison
equal deleted inserted replaced
11337:1462b64f8fc9 11338:17142948653e
90 GaimConversation *conv; 90 GaimConversation *conv;
91 91
92 arg1 = getarg(buffer, 1, 0); 92 arg1 = getarg(buffer, 1, 0);
93 arg2 = getarg(buffer, 2, 1); 93 arg2 = getarg(buffer, 2, 1);
94 94
95 conv = gaim_find_conversation(GAIM_CONV_ANY, arg1); 95 conv = gaim_find_conversation(GAIM_CONV_TYPE_ANY, arg1);
96 if (conv != NULL) 96 if (conv != NULL)
97 { 97 {
98 /* 98 /*
99 gaim_conversation_write(conv, arg2, WFLAG_SEND, NULL, time(NULL), -1); 99 gaim_conversation_write(conv, arg2, WFLAG_SEND, NULL, time(NULL), -1);
100 serv_send_im(conv->gc, arg1, arg2, 0); 100 serv_send_im(conv->gc, arg1, arg2, 0);