Ignore:
Timestamp:
2006-05-25T08:57:31Z (17 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
0602496
Parents:
fc630f9
Message:

Disabling chat charset stuff again for now and fixed the crash-bug.
Unfortunately I can't figure out how to generate chat names that don't
break old BitlBees.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/oscar/chat.c

    rfc630f9 r936ded6  
    163163                 the right charset flags, as we also do with normal
    164164                 messages. Hope this will work. :-) */
     165        /*
    165166        if (flags & AIM_CHATFLAGS_UNICODE)
    166167                aimbs_put16(&fr->data, 0x0002);
     
    171172       
    172173        aimbs_put16(&fr->data, 0x0000);
     174        */
    173175       
    174176        /*
Note: See TracChangeset for help on using the changeset viewer.