aboutsummaryrefslogtreecommitdiffstats
path: root/account.c
diff options
context:
space:
mode:
Diffstat (limited to 'account.c')
-rw-r--r--account.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/account.c b/account.c
index 03d05586..9245a6e9 100644
--- a/account.c
+++ b/account.c
@@ -223,7 +223,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;
- signoff( a->ic );
+ imc_logout( a->ic );
a->ic = NULL;
if( a->reconnect )
{