Commit 2e9790e5 authored by vvaltman's avatar vvaltman

Merge github.com:vysheng/tg

parents 6f51f966 6e58c069
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment