bfe0ef2711
It checks during the sends if there are spam warnings then give to the message an attribute spam=true (only for receivers)
10 lines
312 B
Lua
10 lines
312 B
Lua
-- sub files
|
|
local MP = minetest.get_modpath(minetest.get_current_modname())
|
|
dofile(MP .. "/util/normalize.lua")
|
|
dofile(MP .. "/util/colors.lua")
|
|
dofile(MP .. "/util/contact.lua")
|
|
dofile(MP .. "/util/settings.lua")
|
|
dofile(MP .. "/util/spam.lua")
|
|
dofile(MP .. "/util/time_ago.lua")
|
|
dofile(MP .. "/util/uuid.lua")
|