From 9e3b6fd9e5302d07e5b2b86d8fd059bd1588726f Mon Sep 17 00:00:00 2001 From: Andreas Bielawski Date: Mon, 11 Jul 2016 21:26:43 +0200 Subject: [PATCH] UD: Reply --- otouto/plugins/urbandictionary.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otouto/plugins/urbandictionary.lua b/otouto/plugins/urbandictionary.lua index 39cc10e..916a8a1 100644 --- a/otouto/plugins/urbandictionary.lua +++ b/otouto/plugins/urbandictionary.lua @@ -50,7 +50,7 @@ function urbandictionary:action(msg, config) output = output:gsub('%[', ''):gsub('%]', '') - utilities.send_message(self, msg.chat.id, output, true, nil, true) + utilities.send_reply(self, msg, output, true) end