Changeset df1fb67 for protocols/oscar
- Timestamp:
- 2007-04-21T05:18:40Z (18 years ago)
- Branches:
- master
- Children:
- c737ba7
- Parents:
- 17fa798
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/oscar/oscar.c
r17fa798 rdf1fb67 2448 2448 { 2449 2449 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) ); 2451 2451 } 2452 2452
Note: See TracChangeset
for help on using the changeset viewer.