From 509947c28e742e1c47931a455f9fe4da7bb5a967 Mon Sep 17 00:00:00 2001 From: topkecleon Date: Fri, 8 Jan 2016 22:42:31 -0500 Subject: [PATCH] lastfm bugfix --- plugins/lastfm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/lastfm.lua b/plugins/lastfm.lua index a6f1b2d..e8bbe6e 100755 --- a/plugins/lastfm.lua +++ b/plugins/lastfm.lua @@ -25,7 +25,7 @@ local action = function(msg) local input = msg.text:input() if string.match(msg.text, '^/lastfm') then - sendReply(msg, doc:sub(10)) + sendMessage(msg.chat.id, doc, true, msg.message_id, true) return elseif string.match(msg.text, '^/fmset') then if not input then