mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
mod_cloud_notify, mod_cron, mod_invites: Add 'prosody.' prefix to requires
This commit is contained in:
parent
a9bc4a09e4
commit
f5f2755b63
3 changed files with 10 additions and 10 deletions
|
@ -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" };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue