Update test.lua

This commit is contained in:
vysheng 2014-09-22 22:52:35 +04:00
parent e14848179e
commit 6e58c0696f

View File

@ -76,7 +76,7 @@ function on_msg_receive (msg)
if msg.out then
return
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.to.id == our_id) then