diff options
author | Matthew Wild <mwild1@gmail.com> | 2024-02-22 09:53:48 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2024-02-22 09:53:48 +0000 |
commit | b9f0c3c0ec0fff23bbb17998814cbf244b4502b5 (patch) | |
tree | b6664e238b812db1f266869dbcff6718bff7154c /core | |
parent | f62f5d71ec864b3863bc4228dc2390c4037f460a (diff) | |
download | prosody-b9f0c3c0ec0fff23bbb17998814cbf244b4502b5.tar.gz prosody-b9f0c3c0ec0fff23bbb17998814cbf244b4502b5.zip |
features: Add module-ready (for commit e20949a10118)
Diffstat (limited to 'core')
-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"; }; }; |