diff -r 21355882d65c -r acbbfef950da src/server.c --- a/src/server.c Sun Mar 17 04:24:52 2002 +0000 +++ b/src/server.c Sun Mar 17 04:58:38 2002 +0000 @@ -58,10 +58,6 @@ debug_printf(PACKAGE " " VERSION " logging in %s using %s\n", user->username, p->name()); p->login(user); - } else { - do_error_dialog(_("You cannot log this account in; you do not have " - "the protocol it uses loaded, or the protocol does " - "not have a login function."), _("Login Error")); } }