Changes in protocols/msn/sb.c [3585c5a:e35d1a1]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/sb.c
r3585c5a re35d1a1 491 491 } 492 492 } 493 else if( strcmp( cmd[0], "NAK" ) == 0 )494 {495 if( sb->who )496 {497 imcb_log( ic, "The MSN servers could not deliver one of your messages to %s.", sb->who );498 }499 else500 {501 imcb_log( ic, "The MSN servers could not deliver one of your groupchat messages to all participants." );502 }503 }504 493 else if( strcmp( cmd[0], "BYE" ) == 0 ) 505 494 {
Note: See TracChangeset
for help on using the changeset viewer.