nothing special

This commit is contained in:
2015-07-26 22:01:24 +02:00
parent 1e028cc823
commit ea40774cba
3 changed files with 8 additions and 1 deletions

View File

@@ -16,6 +16,8 @@ elseif randomValue == 7 then
send_photo(get_receiver(msg), "pictures/wat/wat7.jpg", ok_cb, false)
elseif randomValue == 8 then
send_photo(get_receiver(msg), "pictures/wat/wat8.jpg", ok_cb, false)
--elseif randomValue == 9 then
--send_document(get_receiver(msg), "pictures/wat/wat9.gif", ok_cb, false)
end
end