comparison libgaim/protocols/irc/parse.c @ 14934:4504a21b1d8f

[gaim-migrate @ 17706] I'm tired committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 08 Nov 2006 10:22:00 +0000
parents e6ac2ca2da0f
children
comparison
equal deleted inserted replaced
14933:e6ac2ca2da0f 14934:4504a21b1d8f
536 guint i; 536 guint i;
537 537
538 irc->recv_time = time(NULL); 538 irc->recv_time = time(NULL);
539 539
540 /* 540 /*
541 * The data based to irc-receiving-text is the raw protocol data. 541 * The data passed to irc-receiving-text is the raw protocol data.
542 * TODO: It should be passed as an array of bytes and a length 542 * TODO: It should be passed as an array of bytes and a length
543 * instead of a null terminated string. 543 * instead of a null terminated string.
544 */ 544 */
545 gaim_signal_emit(_irc_plugin, "irc-receiving-text", gaim_account_get_connection(irc->account), &input); 545 gaim_signal_emit(_irc_plugin, "irc-receiving-text", gaim_account_get_connection(irc->account), &input);
546 546