From acbb0ff03bfc97f01c25bbdf016090220af48151 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Mun=CC=83oz?= Date: Tue, 16 Dec 2014 15:06:49 +0100 Subject: [PATCH] small fix --- bot/bot.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bot/bot.lua b/bot/bot.lua index ea34bd7..366c4cb 100644 --- a/bot/bot.lua +++ b/bot/bot.lua @@ -28,9 +28,9 @@ function rmtmp_cb(file_path, success, result) end function msg_valid(msg) - if msg.from.id == our_id then - return true - end + -- if msg.from.id == our_id then + -- return true + -- end if msg.out then return false end