Update of /cvsroot/gaim/gaim/src/protocols/oscar
In directory usw-pr-cvs1:/tmp/cvs-serv14175/src/protocols/oscar
Modified Files:
oscar.c
Log Message:
Only you can prevent forest fires.
Index: oscar.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/protocols/oscar/oscar.c,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -d -r1.148 -r1.149
--- oscar.c 7 Sep 2002 18:41:08 -0000 1.148
+++ oscar.c 13 Sep 2002 06:41:21 -0000 1.149
@@ -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."));
|