Ignore:
Timestamp:
2006-01-30T13:30:59Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
8365610
Parents:
68c7c14
Message:

When closing down MSN (sb) connections with unsent messages, the warning
message now mentions the people those messages were meant for.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/msn.c

    r68c7c14 r1053836  
    8484                {
    8585                        m = l->data;
     86               
     87                        serv_got_crap( gc, "Warning: Closing down MSN connection with unsent message to %s, you'll have to resend it.", m->who );
    8688                        g_free( m->who );
    8789                        g_free( m->text );
     
    8991                }
    9092                g_slist_free( md->msgq );
    91                
    92                 serv_got_crap( gc, "Warning: Closing down MSN connection with unsent message(s), you'll have to resend them." );
    9393        }
    9494       
Note: See TracChangeset for help on using the changeset viewer.