From 6b56512c9f8c38b71195f75b414f79f73ecbb701 Mon Sep 17 00:00:00 2001 From: dequis Date: Sun, 2 Aug 2015 16:21:56 -0300 Subject: Pass 'reason' values around in imcb_chat_remove_buddy/chat_remove_user --- protocols/bee_chat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/bee_chat.c') diff --git a/protocols/bee_chat.c b/protocols/bee_chat.c index be193405..6ea86c3a 100644 --- a/protocols/bee_chat.c +++ b/protocols/bee_chat.c @@ -229,7 +229,7 @@ void imcb_chat_remove_buddy(struct groupchat *c, const char *handle, const char } if (bee->ui->chat_remove_user && bu) { - bee->ui->chat_remove_user(bee, c, bu); + bee->ui->chat_remove_user(bee, c, bu, reason); } } -- cgit v1.2.3