mirror of
https://github.com/mt-mods/mail.git
synced 2025-07-04 21:50:28 -04:00
separated from webmail mod
This commit is contained in:
commit
ca88374fbd
19 changed files with 941 additions and 0 deletions
6
chatcommands.lua
Normal file
6
chatcommands.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
minetest.register_chatcommand("mail",{
|
||||
description = "Open the mail interface",
|
||||
func = function(name)
|
||||
mail.show_inbox(name)
|
||||
end
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue