comparison src/server.c @ 3069:cbb8b9b4ca4a

[gaim-migrate @ 3083] But I say it just to reach you. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 17 Mar 2002 04:58:38 +0000
parents 4f2f12bf4408
children f69328f7a603
comparison
equal deleted inserted replaced
3068:1b64206cfbdc 3069:cbb8b9b4ca4a
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 {