Mercurial > pidgin
comparison src/toc.c @ 513:eaddaa0dbbcb
[gaim-migrate @ 523]
Oscar gets capabilities.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Fri, 21 Jul 2000 01:16:55 +0000 |
| parents | d17547ff9c2a |
| children | 4bbc103a3294 |
comparison
equal
deleted
inserted
replaced
| 512:7922abb3262d | 513:eaddaa0dbbcb |
|---|---|
| 440 time(&time_idle); | 440 time(&time_idle); |
| 441 time_idle -= idle*60; | 441 time_idle -= idle*60; |
| 442 } else | 442 } else |
| 443 time_idle = 0; | 443 time_idle = 0; |
| 444 | 444 |
| 445 serv_got_update(c, logged, evil, signon, time_idle, type); | 445 serv_got_update(c, logged, evil, signon, time_idle, type, 0); |
| 446 | 446 |
| 447 } else if (!strcasecmp(c, "CONFIG")) { | 447 } else if (!strcasecmp(c, "CONFIG")) { |
| 448 /* do we want to load the buddy list again here? */ | 448 /* do we want to load the buddy list again here? */ |
| 449 c = strtok(NULL,":"); | 449 c = strtok(NULL,":"); |
| 450 parse_toc_buddy_list(c, 0); | 450 parse_toc_buddy_list(c, 0); |
