Update test.lua
This commit is contained in:
parent
e14848179e
commit
6e58c0696f
2
test.lua
2
test.lua
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user