From: <the...@us...> - 2006-11-08 10:06:46
|
Revision: 17705 http://svn.sourceforge.net/gaim/?rev=17705&view=rev Author: thekingant Date: 2006-11-08 02:06:36 -0800 (Wed, 08 Nov 2006) Log Message: ----------- Update this comment to reflect what seemed to be a consensus on IRC Modified Paths: -------------- trunk/libgaim/protocols/irc/parse.c Modified: trunk/libgaim/protocols/irc/parse.c =================================================================== --- trunk/libgaim/protocols/irc/parse.c 2006-11-08 05:22:38 UTC (rev 17704) +++ trunk/libgaim/protocols/irc/parse.c 2006-11-08 10:06:36 UTC (rev 17705) @@ -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); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |