2020-09-04 16:27:44 -04:00
|
|
|
-- LUALOCALS < ---------------------------------------------------------
|
|
|
|
local include, nodecore
|
|
|
|
= include, nodecore
|
|
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
|
|
|
|
nodecore.amcoremod()
|
|
|
|
|
|
|
|
include("disable")
|
|
|
|
include("discover")
|
|
|
|
include("witness")
|
|
|
|
include("register")
|
|
|
|
include("state")
|
|
|
|
include("alerts")
|
2020-09-05 16:08:17 -04:00
|
|
|
include("reset")
|