diff options
-rw-r--r-- | core/features.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/features.lua b/core/features.lua index db1bc986..0120bd5a 100644 --- a/core/features.lua +++ b/core/features.lua @@ -21,5 +21,8 @@ return { "getopt-interval"; "getopt-period"; "getopt-integer"; + + -- new module.ready() + "module-ready"; }; }; |