changeset 2092:59b0377d18aa

[gaim-migrate @ 2102] stop worrying people. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 01 Aug 2001 00:10:16 +0000
parents bc3a118644d5
children 83d8a9b7e89b
files src/protocols/oscar/oscar.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c	Tue Jul 31 23:57:34 2001 +0000
+++ b/src/protocols/oscar/oscar.c	Wed Aug 01 00:10:16 2001 +0000
@@ -2029,7 +2029,7 @@
 
 	debug_printf("MOTD: %s (%d)\n", msg ? msg : "Unknown", id);
 	debug_printf("Gaim %s / Libfaim %s\n", VERSION, buildbuf);
-	if (id != 4)
+	if (id < 4)
 		do_error_dialog(_("Your connection may be lost."),
 				_("AOL error"));