1
0
Fork 0
mirror of https://github.com/mt-mods/mail.git synced 2025-03-16 06:31:24 +00:00
mail/chatcommands.lua
2019-09-16 08:06:54 +02:00

6 lines
136 B
Lua

minetest.register_chatcommand("mail",{
description = "Open the mail interface",
func = function(name)
mail.show_inbox(name)
end
})