Spelling fixes

This commit is contained in:
Akamaru 2015-06-29 17:18:46 +02:00
parent dd29ad376c
commit 2a1b85ad10
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ function run(msg, matches)
else
text = run_bash("rm tmp/video.mp4 && youtube-dl -o tmp/video.mp4 " .. URL)
send_video(get_receiver(msg), "tmp/video.mp4", ok_cb, false)
return URL .. ' wurde gedownloadet und wird jetzt gesendet! \nDas kann je nach Video sehr lang dauern! \nAlso habt Gedult!'
return URL .. ' wurde gedownloadet und wird jetzt gesendet! \nDas kann je nach Video sehr lang dauern! \nAlso habt Geduld!'
end
end