2022-11-03 12:10:39 +03:00

9 lines
173 B
Lua

-- Get the modpath of current csm
local modpath = minetest.get_modpath("chatstuff")
-- Execute the files
dofile(modpath .. "autobye.lua")
dofile(modpath .. "autohi.lua")