comparison src/protocols/oscar/oscar.c @ 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 b66aca8e8dce
children 9f83b7ef1fdc
comparison
equal deleted inserted replaced
2091:bc3a118644d5 2092:59b0377d18aa
2027 2027
2028 aim_getbuildstring(buildbuf, sizeof(buildbuf)); 2028 aim_getbuildstring(buildbuf, sizeof(buildbuf));
2029 2029
2030 debug_printf("MOTD: %s (%d)\n", msg ? msg : "Unknown", id); 2030 debug_printf("MOTD: %s (%d)\n", msg ? msg : "Unknown", id);
2031 debug_printf("Gaim %s / Libfaim %s\n", VERSION, buildbuf); 2031 debug_printf("Gaim %s / Libfaim %s\n", VERSION, buildbuf);
2032 if (id != 4) 2032 if (id < 4)
2033 do_error_dialog(_("Your connection may be lost."), 2033 do_error_dialog(_("Your connection may be lost."),
2034 _("AOL error")); 2034 _("AOL error"));
2035 2035
2036 return 1; 2036 return 1;
2037 } 2037 }