changeset 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 1258406146e7
children bb49f0c4f7cd
files src/protocols/oscar/oscar.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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."));