mail/chatcommands.lua

7 lines
135 B
Lua
Raw Normal View History

2018-12-05 11:06:25 +01:00
minetest.register_chatcommand("mail",{
description = "Open the mail interface",
func = function(name)
mail.showinbox(name)
end
})