Ignore:
Timestamp:
2007-04-21T05:18:40Z (17 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
c737ba7
Parents:
17fa798
Message:

Consistency; Using OPT_T(YP|HINK)ING for outgoing typing notfication crap
too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/yahoo/yahoo.c

    r17fa798 rdf1fb67  
    187187        struct byahoo_data *yd = ic->proto_data;
    188188       
    189         yahoo_send_typing( yd->y2_id, NULL, who, typing );
     189        yahoo_send_typing( yd->y2_id, NULL, who, ( typing & OPT_TYPING ) != 0 );
    190190       
    191191        return 1;
Note: See TracChangeset for help on using the changeset viewer.