Mercurial > pidgin
diff src/perl.c @ 980:82c5865f7cfe
[gaim-migrate @ 990]
i hope this works
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Thu, 12 Oct 2000 18:59:36 +0000 |
parents | 2586b2a3725e |
children | 38452403563b |
line wrap: on
line diff
--- a/src/perl.c Thu Oct 12 09:02:56 2000 +0000 +++ b/src/perl.c Thu Oct 12 18:59:36 2000 +0000 @@ -461,6 +461,7 @@ XS (XS_AIM_print_to_conv) { + /* FIXME char *nick, *what; struct conversation *c; int junk; @@ -474,6 +475,7 @@ c = new_conversation(nick); write_to_conv(c, what, WFLAG_SEND, NULL); serv_send_im(nick, what, 0); + */ } XS (XS_AIM_print_to_chat)