Changeset 3585c5a


Ignore:
Timestamp:
2008-01-05T19:03:02Z (16 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
6e68a52
Parents:
f394500
Message:

Added handling of MSN switchboard NAK messages. Untested, but hey, it
compiles! (And it's pretty trivial...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/sb.c

    rf394500 r3585c5a  
    491491                }
    492492        }
     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                else
     500                {
     501                        imcb_log( ic, "The MSN servers could not deliver one of your groupchat messages to all participants." );
     502                }
     503        }
    493504        else if( strcmp( cmd[0], "BYE" ) == 0 )
    494505        {
Note: See TracChangeset for help on using the changeset viewer.