aboutsummaryrefslogtreecommitdiffstats
path: root/.luacheckrc
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2021-11-21 18:13:21 +0100
committerKim Alvefur <zash@zash.se>2021-11-21 18:13:21 +0100
commit7f2412db5c6ce5e85347ba558a79cc1ff8462605 (patch)
tree034f48df7bbe72ad099ab2d6488a0e928bad1efb /.luacheckrc
parent630035a369f5e5fe9783435011cda4bb78e7f889 (diff)
downloadprosody-7f2412db5c6ce5e85347ba558a79cc1ff8462605.tar.gz
prosody-7f2412db5c6ce5e85347ba558a79cc1ff8462605.zip
core.moduleapi: Add API for adding daily or hourly tasks via mod_cron
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc
index 680fb017..21191a4e 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -52,6 +52,8 @@ files["plugins/"] = {
"module.add_identity",
"module.add_item",
"module.add_timer",
+ "module.daily",
+ "module.hourly",
"module.broadcast",
"module.context",
"module.depends",