changeset 14922:bad6e64c6405

[gaim-migrate @ 17694] A note! committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 07 Nov 2006 07:13:34 +0000
parents 57dcc53e77a4
children 589c4aaa0435
files libgaim/protocols/irc/parse.c
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)) {