Mercurial > pidgin
comparison plugins/filectl.c @ 576:bb22fb4a7d39
[gaim-migrate @ 586]
i suppose i should keep things at least compilable
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Wed, 02 Aug 2000 00:19:28 +0000 |
| parents | 8d8faeab01f6 |
| children | ece2d1543b20 |
comparison
equal
deleted
inserted
replaced
| 575:a33616e4e48d | 576:bb22fb4a7d39 |
|---|---|
| 50 struct conversation *c; | 50 struct conversation *c; |
| 51 arg1 = getarg(buffer, 1, 0); | 51 arg1 = getarg(buffer, 1, 0); |
| 52 arg2 = getarg(buffer, 2, 1); | 52 arg2 = getarg(buffer, 2, 1); |
| 53 c = find_conversation(arg1); | 53 c = find_conversation(arg1); |
| 54 if (!c) c = new_conversation(arg1); | 54 if (!c) c = new_conversation(arg1); |
| 55 write_to_conv(c, arg2, WFLAG_SEND); | 55 write_to_conv(c, arg2, WFLAG_SEND, NULL); |
| 56 serv_send_im(arg1, arg2, 0); | 56 serv_send_im(arg1, arg2, 0); |
| 57 free(arg1); | 57 free(arg1); |
| 58 free(arg2); | 58 free(arg2); |
| 59 } else if (!strncasecmp(command, "away", 4)) { | 59 } else if (!strncasecmp(command, "away", 4)) { |
| 60 struct away_message a; | 60 struct away_message a; |
