Changeset df1fb67 for protocols/yahoo
- Timestamp:
- 2007-04-21T05:18:40Z (18 years ago)
- Branches:
- master
- Children:
- c737ba7
- Parents:
- 17fa798
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/yahoo/yahoo.c
r17fa798 rdf1fb67 187 187 struct byahoo_data *yd = ic->proto_data; 188 188 189 yahoo_send_typing( yd->y2_id, NULL, who, typing);189 yahoo_send_typing( yd->y2_id, NULL, who, ( typing & OPT_TYPING ) != 0 ); 190 190 191 191 return 1;
Note: See TracChangeset
for help on using the changeset viewer.