Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/msn.c

    r1053836 r08995b0  
    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 );
    8886                        g_free( m->who );
    8987                        g_free( m->text );
     
    9189                }
    9290                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.