# HG changeset patch
# User Rob Flynn <gaim@robflynn.com>
# Date 978936149 0
# Node ID a2fa5a9977e0baef5f011e12f1c53e2f88c9318f
# Parent  3b5c7f8bb2b5ec165025c6871bc74be4dc0514f6
[gaim-migrate @ 1404]
Blah

committer: Tailor Script <tailor@pidgin.im>

diff -r 3b5c7f8bb2b5 -r a2fa5a9977e0 plugins/irc.c
--- a/plugins/irc.c	Mon Jan 08 06:42:03 2001 +0000
+++ b/plugins/irc.c	Mon Jan 08 06:42:29 2001 +0000
@@ -733,10 +733,6 @@
 				strcpy(u_arg, u_message + 6);
 				u_arg[strlen(u_arg) - 1] = '\0';
 
-				/* FIXME: We should keep track of pings we send.  We should store
-				 * the serial # and the time so that we can accurately report which
-				 * pings are turning, etc */
-
 				tstart = atol(u_arg);
 
 				g_snprintf(u_buf, sizeof(u_buf), "Ping Reply From %s: [%ld seconds]", u_nick, tend-tstart);