# HG changeset patch # User Mark Doliner # Date 1031899281 0 # Node ID 5a4569cea6be8a8f213afde634bb75ec9a42edd6 # Parent 1258406146e741f9097e8d0a13964676571f9f98 [gaim-migrate @ 3561] Only you can prevent forest fires. committer: Tailor Script diff -r 1258406146e7 -r 5a4569cea6be src/protocols/oscar/oscar.c --- a/src/protocols/oscar/oscar.c Thu Sep 12 15:56:05 2002 +0000 +++ b/src/protocols/oscar/oscar.c Fri Sep 13 06:41:21 2002 +0000 @@ -649,6 +649,10 @@ /* Suspended account */ hide_login_progress(gc, _("Your account is currently suspended.")); break; + case 0x14: + /* service temporarily unavailable */ + hide_login_progress(gc, _("The AOL Instant Messenger service is temporarily unavailable.")); + break; case 0x18: /* connecting too frequently */ 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."));