plugins/filectl.c

changeset 10246
aa5bff72f94c
parent 9954
52a14a58a33e
child 10256
b03475373f0d
equal deleted inserted replaced
10245:81654bee87e8 10246:aa5bff72f94c
87 free(arg1); 87 free(arg1);
88 } else if (!strncasecmp(command, "send", 4)) { 88 } else if (!strncasecmp(command, "send", 4)) {
89 GaimConversation *c; 89 GaimConversation *c;
90 arg1 = getarg(buffer, 1, 0); 90 arg1 = getarg(buffer, 1, 0);
91 arg2 = getarg(buffer, 2, 1); 91 arg2 = getarg(buffer, 2, 1);
92 c = gaim_find_conversation(arg1); 92 c = gaim_find_conversation(GAIM_CONV_ANY, arg1);
93 if (c) 93 if (c)
94 { 94 {
95 /* disable for now 95 /* disable for now
96 gaim_conversation_write(c, arg2, WFLAG_SEND, NULL, time(NULL), -1); 96 gaim_conversation_write(c, arg2, WFLAG_SEND, NULL, time(NULL), -1);
97 serv_send_im(c->gc, arg1, arg2, 0); 97 serv_send_im(c->gc, arg1, arg2, 0);

mercurial