updated test.lua

This commit is contained in:
Vysheng 2014-11-28 16:25:51 +03:00
parent 9d6b4fc518
commit 8a14cf168a

View File

@ -88,9 +88,9 @@ function on_msg_receive (msg)
end
if (msg.text == 'PING') then
if (msg.to.id == our_id) then
fwd_msg (msg.from.print_name, msg.id)
fwd_msg (msg.from.print_name, msg.id, ok_cb, false)
else
fwd_msg (msg.to.print_name, msg.id)
fwd_msg (msg.to.print_name, msg.id, ok_cb, false)
end
return
end