Changeset 9624fdf for protocols/msn
- Timestamp:
- 2007-04-17T04:49:17Z (18 years ago)
- Branches:
- master
- Children:
- 33dc261
- Parents:
- 717e3bf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/sb.c
r717e3bf r9624fdf 607 607 if( sb->who ) 608 608 { 609 serv_got_im( ic, cmd[1], body, 0, 0, blen);609 imcb_buddy_msg( ic, cmd[1], body, 0, 0 ); 610 610 } 611 611 else if( sb->chat ) … … 666 666 if( sb->who ) 667 667 { 668 serv_got_im( ic, cmd[1], buf, 0, 0, strlen( buf ));668 imcb_buddy_msg( ic, cmd[1], buf, 0, 0 ); 669 669 } 670 670 else if( sb->chat ) … … 683 683 if( who ) 684 684 { 685 serv_got_typing( ic, who, 5, 1);685 imcb_buddy_typing( ic, who, OPT_TYPING ); 686 686 g_free( who ); 687 687 }
Note: See TracChangeset
for help on using the changeset viewer.