Changeset e132b60 for protocols/msn
- Timestamp:
- 2012-11-11T23:32:47Z (12 years ago)
- Branches:
- master
- Children:
- 67ebc8e
- Parents:
- dd672e2
- Location:
- protocols/msn
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/msn.c
rdd672e2 re132b60 53 53 54 54 ic->proto_data = md; 55 ic->flags |= OPT_PONGS | OPT_PONGED; 55 56 56 57 if( strchr( acc->user, '@' ) == NULL ) -
protocols/msn/ns.c
rdd672e2 re132b60 576 576 if( num_parts >= 7 ) 577 577 handler->msglen = atoi( cmd[6] ); 578 } 579 else if( strcmp( cmd[0], "QNG" ) == 0 ) 580 { 581 ic->flags |= OPT_PONGED; 578 582 } 579 583 else if( isdigit( cmd[0][0] ) )
Note: See TracChangeset
for help on using the changeset viewer.