Update test.lua
This commit is contained in:
parent
dc27be5eae
commit
508d23cebc
1 changed files with 1 additions and 1 deletions
2
test.lua
2
test.lua
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue