# HG changeset patch # User Mark Doliner # Date 1162883614 0 # Node ID bad6e64c640554eeb59926a87b749fed30e0a537 # Parent 57dcc53e77a46831120671ee6b4719342feb9ab4 [gaim-migrate @ 17694] A note! committer: Tailor Script diff -r 57dcc53e77a4 -r bad6e64c6405 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)) {