mirror of
https://github.com/rubenwardy/email.git
synced 2025-07-16 15:30:27 +02:00
Compare commits
2 Commits
master
...
5d38479552
Author | SHA1 | Date | |
---|---|---|---|
5d38479552 | |||
1e17fcdaff |
4
init.lua
4
init.lua
@ -74,7 +74,7 @@ function email.get_formspec(name)
|
|||||||
|
|
||||||
local fs = "vertlabel[0,0;Your Inbox]"
|
local fs = "vertlabel[0,0;Your Inbox]"
|
||||||
|
|
||||||
function row(fs, c1, date, from, msg)
|
local function row(fs, c1, date, from, msg)
|
||||||
date = minetest.formspec_escape(date)
|
date = minetest.formspec_escape(date)
|
||||||
from = minetest.formspec_escape(from)
|
from = minetest.formspec_escape(from)
|
||||||
msg = minetest.formspec_escape(msg)
|
msg = minetest.formspec_escape(msg)
|
||||||
@ -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