aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2016-12-24 01:59:06 -0300
committerdequis <dx@dxzone.com.ar>2016-12-25 21:18:55 -0300
commitdf291a65ca8c201480eadb38633f3db70ac40294 (patch)
treeb2a0b5d2e81f168b5cbc1248934e257f76c9cc75
parent90254d0d6daa664707503f5c909198aefdc1151c (diff)
Remove "Cleaning up channel, bye!" message
-rw-r--r--irc_im.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/irc_im.c b/irc_im.c
index e40a8a89..ef719d32 100644
--- a/irc_im.c
+++ b/irc_im.c
@@ -633,10 +633,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");