Mercurial > pidgin
comparison src/server.c @ 1834:0695f52c06da
[gaim-migrate @ 1844]
hm
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Thu, 10 May 2001 23:06:16 +0000 |
| parents | f15d449b3167 |
| children | 73d73939f698 |
comparison
equal
deleted
inserted
replaced
| 1833:cf6ba4aa23b9 | 1834:0695f52c06da |
|---|---|
| 92 if (gc->is_idle > 0) { | 92 if (gc->is_idle > 0) { |
| 93 gc->is_idle = 0; | 93 gc->is_idle = 0; |
| 94 serv_set_idle(gc, 0); | 94 serv_set_idle(gc, 0); |
| 95 } | 95 } |
| 96 time(&gc->lastsent); | 96 time(&gc->lastsent); |
| 97 if (gc->is_auto_away) | |
| 98 check_idle(gc); | |
| 97 } | 99 } |
| 98 | 100 |
| 99 void serv_finish_login(struct gaim_connection *gc) | 101 void serv_finish_login(struct gaim_connection *gc) |
| 100 { | 102 { |
| 101 if (strlen(gc->user->user_info)) { | 103 if (strlen(gc->user->user_info)) { |
