| 56 return; |
56 return; |
| 57 } |
57 } |
| 58 |
58 |
| 59 debug_printf(PACKAGE " " VERSION " logging in %s using %s\n", user->username, p->name()); |
59 debug_printf(PACKAGE " " VERSION " logging in %s using %s\n", user->username, p->name()); |
| 60 p->login(user); |
60 p->login(user); |
| 61 } else { |
|
| 62 do_error_dialog(_("You cannot log this account in; you do not have " |
|
| 63 "the protocol it uses loaded, or the protocol does " |
|
| 64 "not have a login function."), _("Login Error")); |
|
| 65 } |
61 } |
| 66 } |
62 } |
| 67 |
63 |
| 68 static gboolean send_keepalive(gpointer d) |
64 static gboolean send_keepalive(gpointer d) |
| 69 { |
65 { |