From aa4a09f13c6ba336ad3e5abc27b4e4f6b4e69f4d Mon Sep 17 00:00:00 2001 From: Marcel van der Boom Date: Sat, 22 Nov 2014 18:05:13 +0100 Subject: [PATCH] Correct condition --- bot/bot.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/bot.lua b/bot/bot.lua index b77f3cb..0cc9c3d 100644 --- a/bot/bot.lua +++ b/bot/bot.lua @@ -177,7 +177,7 @@ file:write(req) file:close() - if noremove~=nil then + if noremove == nil then postpone(rmtmp_cb, file_path, config.rmtmp_delay) end