diff --git a/bot/bot.lua b/bot/bot.lua index 98059f4..f326945 100644 --- a/bot/bot.lua +++ b/bot/bot.lua @@ -9,7 +9,7 @@ function on_msg_receive (msg) if msg_valid(msg) then msg = pre_process_msg(msg) match_plugins(msg) - mark_read(receiver, ok_cb, false) +-- mark_read(receiver, ok_cb, false) end end