# HG changeset patch # User Paul Aurich # Date 1260127605 0 # Node ID 17fed2099778b56b36411d0032d6ad538f2f7ecf # Parent 72bce773b6400fff2ffe86607d9458c23a7bdfca disapproval of revision '219b3128f3d96b126a9ed9aff2d2f3277e69dbd4' diff -r 72bce773b640 -r 17fed2099778 libpurple/protocols/oscar/clientlogin.c --- 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,