diff 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
line wrap: on
line diff
--- 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"));
 	}
 }