Changeset 02bb9db for protocols/nogaim.c


Ignore:
Timestamp:
2010-08-29T09:39:27Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
64768d4
Parents:
feb1bad
Message:

Handle payloads attached to errors (assume any number in cmd[2] would be
a payload length, which seems like a fair assumption). This should solve
problems with logging in with dodgy contact/membership lists.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.c

    rfeb1bad r02bb9db  
    252252                serv_got_crap( ic, "Error: %s", text );
    253253        else
    254                 serv_got_crap( ic, "Couldn't log in: %s", text );
     254                serv_got_crap( ic, "Login error: %s", text );
    255255       
    256256        g_free( text );
Note: See TracChangeset for help on using the changeset viewer.