rename api, add cc and bcc, handle multiple players

rename: src -> from, dst -> to
This commit is contained in:
Peter Nerlich 2020-07-31 12:36:28 +02:00
parent 2d087eaa13
commit 522eb0a9ee
5 changed files with 115 additions and 21 deletions

View file

@ -26,6 +26,7 @@ mail = {
local MP = minetest.get_modpath(minetest.get_current_modname())
dofile(MP .. "/util/normalize.lua")
dofile(MP .. "/chatcommands.lua")
dofile(MP .. "/migrate.lua")
dofile(MP .. "/attachment.lua")