--- 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", ×tamp); gc = gaim_account_get_connection(irc->account); if (!gc)