mirror of
https://github.com/rubenwardy/email.git
synced 2025-07-16 15:30:27 +02:00
Compare commits
1 Commits
master
...
1e17fcdaff
Author | SHA1 | Date | |
---|---|---|---|
1e17fcdaff |
2
depends.txt
Normal file
2
depends.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
chatplus?
|
||||||
|
sfinv?
|
1
description.txt
Normal file
1
description.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
Adds email style inboxes to Minetest.
|
2
init.lua
2
init.lua
@ -223,3 +223,5 @@ minetest.register_chatcommand("mail", {
|
|||||||
dofile(minetest.get_modpath("email") .. "/hud.lua")
|
dofile(minetest.get_modpath("email") .. "/hud.lua")
|
||||||
|
|
||||||
email.init()
|
email.init()
|
||||||
|
|
||||||
|
minetest.log("action", "[email] loaded.")
|
||||||
|
Reference in New Issue
Block a user