From 8e6a865b0cbd22c3df15d919149afb1cde76eda9 Mon Sep 17 00:00:00 2001 From: Andreas Bielawski Date: Tue, 4 Oct 2016 20:29:13 +0200 Subject: [PATCH] =?UTF-8?q?HTML-Mode=20bei=20Remind=20muss=20nat=C3=BCrlic?= =?UTF-8?q?h=20aktiviert=20werden...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- otouto/plugins/remind.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otouto/plugins/remind.lua b/otouto/plugins/remind.lua index 776bcc4..b76c79e 100644 --- a/otouto/plugins/remind.lua +++ b/otouto/plugins/remind.lua @@ -83,7 +83,7 @@ function remind:cron(config) -- Otherwise, add it to the replacement table. if time > reminder.time then local output = 'ERINNERUNG:\n"'..utilities.html_escape(reminder.message)..'"' - local res = utilities.send_message(chat_id, output, true, nil, true) + local res = utilities.send_message(chat_id, output, true, nil, 'HTML') -- If the message fails to send, save it for later (if enabled in config). if res or not config.remind.persist then group[k] = nil