From a825d8e4cc039dae3f01616ac960ab2b597cd16e Mon Sep 17 00:00:00 2001 From: Akamaru Date: Thu, 23 Jul 2015 20:32:10 +0200 Subject: [PATCH] delay_s(1) error removed --- plugins/twitter.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/twitter.lua b/plugins/twitter.lua index 269c2a3..946c606 100644 --- a/plugins/twitter.lua +++ b/plugins/twitter.lua @@ -62,7 +62,6 @@ function run(msg, matches) for k, v in pairs(images) do local file = download_to_file(v) send_photo(receiver, file, ok_cb, false) - delay_s(1) end return nil