From 331510694f20b28276f553a0d714c9ed4e3b659d Mon Sep 17 00:00:00 2001 From: topkecleon Date: Fri, 9 Sep 2016 05:08:39 -0400 Subject: [PATCH] address #80 --- otouto/plugins/gImages.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/otouto/plugins/gImages.lua b/otouto/plugins/gImages.lua index 0d897b0..7ad0271 100644 --- a/otouto/plugins/gImages.lua +++ b/otouto/plugins/gImages.lua @@ -57,9 +57,9 @@ function gImages:action(msg, config) if msg.text:match('nsfw') then - utilities.send_reply('*NSFW*\n'..msg, output) + utilities.send_message(msg, '*NSFW*\n'..output, true, msg.message_id, true) else - utilities.send_message(msg.chat.id, output, false, nil, true) + utilities.send_message(msg, output, false, msg.message_id, true) end end