Mercurial > pidgin.yaz
changeset 14933:e6ac2ca2da0f
[gaim-migrate @ 17705]
Update this comment to reflect what seemed to be a consensus on IRC
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Wed, 08 Nov 2006 10:06:36 +0000 |
parents | 94c69d2efae5 |
children | 4504a21b1d8f |
files | libgaim/protocols/irc/parse.c |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/libgaim/protocols/irc/parse.c Wed Nov 08 05:22:38 2006 +0000 +++ b/libgaim/protocols/irc/parse.c Wed Nov 08 10:06:36 2006 +0000 @@ -538,10 +538,9 @@ irc->recv_time = time(NULL); /* - * ari seems to think that we should convert input to UTF8 before - * emitting it with the signal. Mark Doliner doesn't know if that - * would be an improvement or not, so he decided to put this - * comment here so that people in the future can decide. + * The data based to irc-receiving-text is the raw protocol data. + * TODO: It should be passed as an array of bytes and a length + * instead of a null terminated string. */ gaim_signal_emit(_irc_plugin, "irc-receiving-text", gaim_account_get_connection(irc->account), &input);