mirror of
https://github.com/mt-mods/mail.git
synced 2025-07-04 21:50:28 -04:00
rename api, add cc and bcc, handle multiple players
rename: src -> from, dst -> to
This commit is contained in:
parent
2d087eaa13
commit
522eb0a9ee
5 changed files with 115 additions and 21 deletions
1
init.lua
1
init.lua
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue