nothing special
This commit is contained in:
parent
1e028cc823
commit
ea40774cba
4
.gitignore
vendored
4
.gitignore
vendored
@ -42,3 +42,7 @@ plugins/youtube_channel.lua
|
||||
plugins/pr0gramm.lua
|
||||
plugins/licht.lua
|
||||
plugins/dantest.lua
|
||||
plugins/flickr.lua
|
||||
plugins/flickr_search.lua
|
||||
plugins/google_books.lua
|
||||
plugins/safebrowsing.lua
|
@ -240,6 +240,7 @@ function create_cred( )
|
||||
cloudconvert_apikey = "",
|
||||
derpibooru_apikey = "",
|
||||
fb_access_token = "",
|
||||
flickr_apikey = "",
|
||||
ftp_site = "",
|
||||
ftp_username = "",
|
||||
ftp_password = "",
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user