Changeset 31fc06fb for protocols/purple


Ignore:
Timestamp:
2010-05-18T00:42:02Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
e7dc02a
Parents:
c96c72f
Message:

Suppress auto-reconnect when required (auth errors and concurrent logins
probably, not sure what sets the wants_to_die flag).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/purple/purple.c

    rc96c72f r31fc06fb  
    498498        if( ic != NULL )
    499499        {
    500                 imc_logout( ic, TRUE );
     500                imc_logout( ic, !gc->wants_to_die );
    501501        }
    502502}
Note: See TracChangeset for help on using the changeset viewer.