Mercurial > pidgin
diff plugins/irc.c @ 1394:a2fa5a9977e0
[gaim-migrate @ 1404]
Blah
committer: Tailor Script <tailor@pidgin.im>
| author | Rob Flynn <gaim@robflynn.com> |
|---|---|
| date | Mon, 08 Jan 2001 06:42:29 +0000 |
| parents | 3b5c7f8bb2b5 |
| children | 336fc98b7f90 |
line wrap: on
line diff
--- 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);
