Changeset df1fb67 for protocols/oscar


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/oscar/oscar.c

    r17fa798 rdf1fb67  
    24482448{
    24492449        struct oscar_data *od = ic->proto_data;
    2450         return( aim_im_sendmtn(od->sess, 1, who, typing ? 0x0002 : 0x0000) );
     2450        return( aim_im_sendmtn(od->sess, 1, who, (typing & OPT_TYPING) ? 0x0002 : 0x0000) );
    24512451}
    24522452
Note: See TracChangeset for help on using the changeset viewer.