From f5f2755b632aef7d2646ee7db9e1b63c1cb9a099 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sat, 15 Feb 2025 10:31:37 +0000 Subject: mod_cloud_notify, mod_cron, mod_invites: Add 'prosody.' prefix to requires --- plugins/mod_cron.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/mod_cron.lua') diff --git a/plugins/mod_cron.lua b/plugins/mod_cron.lua index 67b68514..77bdd7e5 100644 --- a/plugins/mod_cron.lua +++ b/plugins/mod_cron.lua @@ -78,7 +78,7 @@ module:add_item("shell-command", { 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" }; -- cgit v1.2.3