# HG changeset patch # User Matthew Wild # Date 1708595628 0 # Node ID 3cebb30e7503f3ceec4e9e5c7f5ccc36ce095b59 # Parent 0efb53a0852e388c0a9341d84f1634fcc0e74358 features: Add module-ready (for commit e20949a10118) diff -r 0efb53a0852e -r 3cebb30e7503 core/features.lua --- a/core/features.lua Thu Feb 22 09:53:02 2024 +0000 +++ b/core/features.lua Thu Feb 22 09:53:48 2024 +0000 @@ -21,5 +21,8 @@ "getopt-interval"; "getopt-period"; "getopt-integer"; + + -- new module.ready() + "module-ready"; }; };