comparison src/protocols/oscar/info.c @ 4443:00a22e2e8367

[gaim-migrate @ 4718] Thanks to David Walluck for pointing out the incorrect comment. And I'm commenting out the cleanlist thing until I have more time to look at why it's crashing for Luke. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 28 Jan 2003 06:45:08 +0000
parents 051265d35a36
children 4938d12f6d48
comparison
equal deleted inserted replaced
4442:fd53864d880f 4443:00a22e2e8367
513 513
514 } else if (type == 0x0004) { 514 } else if (type == 0x0004) {
515 /* 515 /*
516 * Type = 0x0004: Idle time. 516 * Type = 0x0004: Idle time.
517 * 517 *
518 * Number of seconds since the user actively used the 518 * Number of minutes since the user actively used the
519 * service. 519 * service.
520 * 520 *
521 * Note that the client tells the server when to start 521 * Note that the client tells the server when to start
522 * counting idle times, so this may or may not be 522 * counting idle times, so this may or may not be
523 * related to reality. 523 * related to reality.