From f9ba682c0eef7847e4372313908545f732fe81a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Fri, 28 May 2021 02:19:31 +0200 Subject: [PATCH] degesch: reset away-notify on disconnect Forgotten to do it when adding the support for it. --- degesch.c | 1 + 1 file changed, 1 insertion(+) diff --git a/degesch.c b/degesch.c index 15066c8..1d7b442 100644 --- a/degesch.c +++ b/degesch.c @@ -4956,6 +4956,7 @@ irc_destroy_state (struct server *s) str_reset (&s->irc_user_mode); cstr_set (&s->irc_user_host, NULL); + s->cap_away_notify = false; s->cap_echo_message = false; // Need to call this before server_init_specifics()