comparison src/protocols/oscar/oscar.c @ 3498:5a4569cea6be

[gaim-migrate @ 3561] Only you can prevent forest fires. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 13 Sep 2002 06:41:21 +0000
parents 16f4776742af
children bdd0bebd2d04
comparison
equal deleted inserted replaced
3497:1258406146e7 3498:5a4569cea6be
646 plugin_event(event_error, (void *)980, 0, 0, 0); 646 plugin_event(event_error, (void *)980, 0, 0, 0);
647 break; 647 break;
648 case 0x11: 648 case 0x11:
649 /* Suspended account */ 649 /* Suspended account */
650 hide_login_progress(gc, _("Your account is currently suspended.")); 650 hide_login_progress(gc, _("Your account is currently suspended."));
651 break;
652 case 0x14:
653 /* service temporarily unavailable */
654 hide_login_progress(gc, _("The AOL Instant Messenger service is temporarily unavailable."));
651 break; 655 break;
652 case 0x18: 656 case 0x18:
653 /* connecting too frequently */ 657 /* connecting too frequently */
654 hide_login_progress(gc, _("You have been connecting and disconnecting too frequently. Wait ten minutes and try again. If you continue to try, you will need to wait even longer.")); 658 hide_login_progress(gc, _("You have been connecting and disconnecting too frequently. Wait ten minutes and try again. If you continue to try, you will need to wait even longer."));
655 plugin_event(event_error, (void *)983, 0, 0, 0); 659 plugin_event(event_error, (void *)983, 0, 0, 0);