aboutsummaryrefslogtreecommitdiffstats
path: root/irc_im.c
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2016-12-26 16:04:14 +0100
committerMarius Halden <marius.h@lden.org>2016-12-26 16:04:14 +0100
commit184c46d3507a0ff9fc68a4409f690add96cd183d (patch)
tree6fc6a92212d7e8f68107e418db50073ed8c0f88c /irc_im.c
parent979082a36fe648b81711373c62311bcd7d9d3b54 (diff)
parent59ccef5cc9f1ed67112248c20649ce8005188173 (diff)
Merge branch 'master' into patched-master
Diffstat (limited to 'irc_im.c')
-rw-r--r--irc_im.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/irc_im.c b/irc_im.c
index 5e7b6d4b..eea2bc35 100644
--- a/irc_im.c
+++ b/irc_im.c
@@ -646,10 +646,6 @@ static gboolean bee_irc_chat_free(bee_t *bee, struct groupchat *c)
return FALSE;
}
- if (ic->flags & IRC_CHANNEL_JOINED) {
- irc_channel_printf(ic, "Cleaning up channel, bye!");
- }
-
ic->data = NULL;
c->ui_data = NULL;
irc_channel_del_user(ic, ic->irc->user, IRC_CDU_KICK, "Chatroom closed by server");