mail/chatcommands.lua

7 lines
136 B
Lua
Raw Normal View History

2019-09-16 09:06:54 +03:00
minetest.register_chatcommand("mail",{
description = "Open the mail interface",
func = function(name)
mail.show_inbox(name)
end
})