Mercurial > pidgin
comparison src/server.c @ 3570:b791019b2492
[gaim-migrate @ 3666]
You win, McQueen.
committer: Tailor Script <tailor@pidgin.im>
| author | Sean Egan <seanegan@gmail.com> |
|---|---|
| date | Sun, 29 Sep 2002 04:48:40 +0000 |
| parents | 6f9610016503 |
| children | bdd0bebd2d04 |
comparison
equal
deleted
inserted
replaced
| 3569:d6468f276d24 | 3570:b791019b2492 |
|---|---|
| 54 } | 54 } |
| 55 | 55 |
| 56 debug_printf(PACKAGE " " VERSION " logging in %s using %s\n", user->username, p->name()); | 56 debug_printf(PACKAGE " " VERSION " logging in %s using %s\n", user->username, p->name()); |
| 57 user->connecting = TRUE; | 57 user->connecting = TRUE; |
| 58 connecting_count++; | 58 connecting_count++; |
| 59 debug_printf("connecting_count: %d\n", connecting_count); | |
| 59 plugin_event(event_connecting, user); | 60 plugin_event(event_connecting, user); |
| 60 p->login(user); | 61 p->login(user); |
| 61 } | 62 } |
| 62 } | 63 } |
| 63 | 64 |
