2017-11-05 23:30:50 -03:00

6 lines
113 B
Lua

function main()
m.log(9, "echo 123");
m.setvar("tx.test", "whee");
return "Lua script matched.";
end