# HG changeset patch # User Mark Doliner # Date 1162980396 0 # Node ID e6ac2ca2da0fd379f6f0439402036d25afa4ba31 # Parent 94c69d2efae5b3974a25921c3a9c3ef376061b6d [gaim-migrate @ 17705] Update this comment to reflect what seemed to be a consensus on IRC committer: Tailor Script diff -r 94c69d2efae5 -r e6ac2ca2da0f libgaim/protocols/irc/parse.c --- 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);