diff -r f88de16a7266 -r fc9f51b8f6d5 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);