- Setze HTTP-Timeout korrekt

- convert_timestamp nutzt nun os.date()
This commit is contained in:
Andreas Bielawski
2016-09-08 00:28:20 +02:00
parent db120805ac
commit c37ad5a156
3 changed files with 5 additions and 8 deletions

View File

@ -62,7 +62,6 @@ end
function bot:on_msg_receive(msg, config) -- The fn run whenever a message is received.
-- remove comment to enable debugging
-- vardump(msg)
-- Cache user info for those involved.
if msg.date < os.time() - 5 then return end -- Do not process old messages.