update screen.lua

This commit is contained in:
Akamaru 2015-05-22 14:50:58 +02:00
parent 3000ce5a4e
commit eb02fcf372
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ function run(msg, matches)
if string.starts(msg.text, '/screen') then
text = run_bash("scrot 'scrot.png' -e 'mv $f ~/Mikubot/tmp/'")
send_photo(get_receiver(msg), "tmp/scrot.png", ok_cb, false)
return 'Screenshot erstellt!'
return 'Screenshot wird gesendet!'
end
end