diff options
| author | Wilmer van der Gaast <wilmer@gaast.net> | 2007-04-20 20:23:39 -0700 | 
|---|---|---|
| committer | Wilmer van der Gaast <wilmer@gaast.net> | 2007-04-20 20:23:39 -0700 | 
| commit | b0eaa5b5a0ab866791992f6f1d7f011d012d103d (patch) | |
| tree | db61b9ca141ca3469687b0c8854e65cfbb65083d | |
| parent | 61ae52c5fbe8fbaf75adb148cd05c357590e8807 (diff) | |
No auto reconnect when the user does "account off" (in fact this auto
reconnect gets cancelled immediately, but the message is confusing).
| -rw-r--r-- | account.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -222,7 +222,7 @@ void account_on( irc_t *irc, account_t *a )  void account_off( irc_t *irc, account_t *a )  { -	imc_logout( a->ic, TRUE ); +	imc_logout( a->ic, FALSE );  	a->ic = NULL;  	if( a->reconnect )  	{ | 
