diff src/server.c @ 1734:dd78a230aa06

[gaim-migrate @ 1744] fun stuff committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 20 Apr 2001 23:04:48 +0000
parents 76e601b77099
children 5bfc58c20e82
line wrap: on
line diff
--- a/src/server.c	Fri Apr 20 16:31:36 2001 +0000
+++ b/src/server.c	Fri Apr 20 23:04:48 2001 +0000
@@ -52,6 +52,10 @@
 	if (p && p->login) {
 		debug_printf("Logging in using %s\n", (*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"));
 	}
 }