- Portiere media_download (#1)

- Portiere BTC
- Portiere Calc
This commit is contained in:
Andreas Bielawski
2016-06-16 20:56:37 +02:00
parent ec57c247a7
commit e72ecf923c
4 changed files with 181 additions and 31 deletions

View File

@ -51,7 +51,8 @@ function bot:init(config) -- The function run when the bot is started or reloade
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.
utilities.create_user_entry(self, msg.from)
if msg.forward_from and msg.forward_from.id ~= msg.from.id then