diff options
Diffstat (limited to 'account.c')
| -rw-r--r-- | account.c | 3 | 
1 files changed, 1 insertions, 2 deletions
| @@ -222,8 +222,7 @@ void account_on( irc_t *irc, account_t *a )  void account_off( irc_t *irc, account_t *a )  { -	a->ic->wants_to_die = TRUE; -	imc_logout( a->ic ); +	imc_logout( a->ic, TRUE );  	a->ic = NULL;  	if( a->reconnect )  	{ | 
