From 1da30f725297f2fe29baca27acea6394f8acf988 Mon Sep 17 00:00:00 2001 From: Akamaru Date: Tue, 14 Apr 2015 20:54:58 +0200 Subject: [PATCH] Don't read messages bot! --- bot/bot.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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