9 lines
173 B
Lua
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")
|