aboutsummaryrefslogtreecommitdiffstats
path: root/irc.c
diff options
context:
space:
mode:
Diffstat (limited to 'irc.c')
-rw-r--r--irc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc.c b/irc.c
index b1cae1d9..a78a0153 100644
--- a/irc.c
+++ b/irc.c
@@ -231,7 +231,7 @@ void irc_free(irc_t * irc)
for (account = irc->accounts; account; account = account->next) {
if (account->ic) {
account->ic->wants_to_die = TRUE;
- signoff(account->ic);
+ imc_logout(account->ic);
} else if (account->reconnect) {
cancel_auto_reconnect(account);
}