Merge github.com:vysheng/tg
This commit is contained in:
commit
2e9790e5f7
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…
Reference in New Issue
Block a user