Mercurial > prosody-hg
diff plugins/mod_cron.lua @ 13701:1aa7efabeacb 13.0
mod_cloud_notify, mod_cron, mod_invites: Add 'prosody.' prefix to requires
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Sat, 15 Feb 2025 10:31:37 +0000 |
| parents | 899453f11f50 |
| children | 8b05340a94d3 |
line wrap: on
line diff
--- a/plugins/mod_cron.lua Sat Feb 15 10:30:33 2025 +0000 +++ b/plugins/mod_cron.lua Sat Feb 15 10:31:37 2025 +0000 @@ -78,7 +78,7 @@ args = {}; handler = function(self, filter_host) local format_table = require("prosody.util.human.io").table; - local it = require("util.iterators"); + local it = require("prosody.util.iterators"); local row = format_table({ { title = "Host"; width = "2p" }; { title = "Task"; width = "3p" };
