Changeset c2fb3809 for account.c


Ignore:
Timestamp:
2007-04-15T22:39:35Z (17 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
84b045d
Parents:
cd4723c
Message:

Cleaned up struct im_connection. No more username/password stuff since
it's in acc too. wants_to_die is now an argument to imc_logout().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • account.c

    rcd4723c rc2fb3809  
    223223void account_off( irc_t *irc, account_t *a )
    224224{
    225         a->ic->wants_to_die = TRUE;
    226         imc_logout( a->ic );
     225        imc_logout( a->ic, TRUE );
    227226        a->ic = NULL;
    228227        if( a->reconnect )
Note: See TracChangeset for help on using the changeset viewer.