comparison src/server.c @ 181:f2d631f867a3

[gaim-migrate @ 191] Idleness no longer depends on the Lag-O-Meter. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 26 Apr 2000 16:15:09 +0000
parents 789c792ed14b
children bc117fbcf527
comparison
equal deleted inserted replaced
180:0ff9f19b9b23 181:f2d631f867a3
81 81
82 time(&t); 82 time(&t);
83 83
84 gettimeofday(&lag_tv, NULL); 84 gettimeofday(&lag_tv, NULL);
85 if (general_options & OPT_GEN_SHOW_LAGMETER) 85 if (general_options & OPT_GEN_SHOW_LAGMETER)
86 serv_send_im(current_user->username, LAGOMETER_STR, 0); 86 serv_send_im(current_user->username, LAGOMETER_STR, 1);
87 87
88 if (report_idle != IDLE_GAIM) 88 if (report_idle != IDLE_GAIM)
89 return TRUE; 89 return TRUE;
90 90
91 91