diff -r 801b9a7276ba -r aa56a88dc792 libgaim/protocols/irc/parse.c --- a/libgaim/protocols/irc/parse.c Tue Nov 07 07:04:41 2006 +0000 +++ b/libgaim/protocols/irc/parse.c Tue Nov 07 07:13:34 2006 +0000 @@ -536,6 +536,13 @@ guint i; 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. + */ gaim_signal_emit(_irc_plugin, "irc-receiving-text", gaim_account_get_connection(irc->account), &input); if (!strncmp(input, "PING ", 5)) {