diff --git a/otouto/plugins/notify.lua b/otouto/plugins/notify.lua index 7530420..a58b97a 100644 --- a/otouto/plugins/notify.lua +++ b/otouto/plugins/notify.lua @@ -46,7 +46,7 @@ function notify:pre_process(msg, self) local from = string.gsub(msg.from.name, "%_", " ") local chat_name = string.gsub(msg.chat.title, "%_", " ") local text = from..' am '..send_date..' in "'..chat_name..'":\n\n'..msg.text - utilities.send_message(self, id, text) + utilities.send_message(self, id, text, true) end end end