Don't read messages bot!

This commit is contained in:
Akamaru 2015-04-14 20:54:58 +02:00
parent 7dc083626a
commit 1da30f7252

View File

@ -9,7 +9,7 @@ function on_msg_receive (msg)
if msg_valid(msg) then if msg_valid(msg) then
msg = pre_process_msg(msg) msg = pre_process_msg(msg)
match_plugins(msg) match_plugins(msg)
mark_read(receiver, ok_cb, false) -- mark_read(receiver, ok_cb, false)
end end
end end