Ignore:
Timestamp:
2010-05-09T09:48:56Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
e5abfd4
Parents:
75610c3 (diff), 5a599a1 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merging mainline, mostly for chatroom fixes I implemented there.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/yahoo/yahoo.c

    r75610c3 rbd5eee3  
    832832        YList *m;
    833833       
     834        if( g_strcasecmp( who, ic->acc->user ) == 0 )
     835                /* WTF, Yahoo! seems to echo these now? */
     836                return;
     837       
    834838        inv = g_malloc( sizeof( struct byahoo_conf_invitation ) );
    835839        memset( inv, 0, sizeof( struct byahoo_conf_invitation ) );
Note: See TracChangeset for help on using the changeset viewer.