aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--account.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/account.c b/account.c
index 1b0d7f26..388d04d0 100644
--- a/account.c
+++ b/account.c
@@ -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 )
{