diff src/protocols/irc/parse.c @ 11972:73777ad45562

[gaim-migrate @ 14265] Get rid of gc->is_idle, and get rid of some duplicate Yahoo! code committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 04 Nov 2005 17:33:32 +0000
parents 6e0986c82bc5
children 39734dd473e0
line wrap: on
line diff
--- a/src/protocols/irc/parse.c	Fri Nov 04 07:37:10 2005 +0000
+++ b/src/protocols/irc/parse.c	Fri Nov 04 17:33:32 2005 +0000
@@ -415,6 +415,7 @@
 		return buf;
 	} else if (!strncmp(cur, "PING ", 5)) {
 		if (notice) { /* reply */
+			/* TODO: Should this read in the timestamp as a double? */
 			sscanf(cur, "PING %lu", &timestamp);
 			gc = gaim_account_get_connection(irc->account);
 			if (!gc)