Merge github.com:vysheng/tg

This commit is contained in:
vvaltman 2014-09-23 02:23:54 +04:00
commit 2e9790e5f7

View File

@ -76,7 +76,7 @@ function on_msg_receive (msg)
if msg.out then if msg.out then
return return
end end
do_notify (get_title (msg.from, msg.to), text) do_notify (get_title (msg.from, msg.to), msg.text)
if (msg.text == 'ping') then if (msg.text == 'ping') then
if (msg.to.id == our_id) then if (msg.to.id == our_id) then