Changeset df1fb67 for protocols/msn
- Timestamp:
- 2007-04-21T05:18:40Z (18 years ago)
- Branches:
- master
- Children:
- c737ba7
- Parents:
- 17fa798
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/msn.c
r17fa798 rdf1fb67 342 342 static int msn_send_typing( struct im_connection *ic, char *who, int typing ) 343 343 { 344 if( typing )344 if( typing & OPT_TYPING ) 345 345 return( msn_buddy_msg( ic, who, TYPING_NOTIFICATION_MESSAGE, 0 ) ); 346 346 else
Note: See TracChangeset
for help on using the changeset viewer.