diff options
author | Marius Halden <marius.h@lden.org> | 2016-12-26 16:04:14 +0100 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2016-12-26 16:04:14 +0100 |
commit | 184c46d3507a0ff9fc68a4409f690add96cd183d (patch) | |
tree | 6fc6a92212d7e8f68107e418db50073ed8c0f88c /irc_im.c | |
parent | 979082a36fe648b81711373c62311bcd7d9d3b54 (diff) | |
parent | 59ccef5cc9f1ed67112248c20649ce8005188173 (diff) |
Merge branch 'master' into patched-master
Diffstat (limited to 'irc_im.c')
-rw-r--r-- | irc_im.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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"); |