changeset 28764:17fed2099778

disapproval of revision '219b3128f3d96b126a9ed9aff2d2f3277e69dbd4'
author Paul Aurich <paul@darkrain42.org>
date Sun, 06 Dec 2009 19:26:45 +0000
parents 72bce773b640
children 4e9a36bdda0f
files libpurple/protocols/oscar/clientlogin.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/oscar/clientlogin.c	Sun Dec 06 04:19:06 2009 +0000
+++ b/libpurple/protocols/oscar/clientlogin.c	Sun Dec 06 19:26:45 2009 +0000
@@ -393,10 +393,6 @@
 			purple_connection_error_reason(gc,
 					PURPLE_CONNECTION_ERROR_AUTHENTICATION_FAILED,
 					_("Incorrect password"));
-		} else if (status_code == 330 && status_detail_code == 3015) {
-			purple_connection_error_reason(gc,
-					PURPLE_CONNECTION_ERROR_AUTHENTICATION_FAILED,
-					_("CAPTCHA requested. Logging into the AIM/ICQ website may fix this."));
 		} else if (status_code == 401 && status_detail_code == 3019) {
 			purple_connection_error_reason(gc,
 					PURPLE_CONNECTION_ERROR_OTHER_ERROR,