mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
plugins: Prefix module imports with prosody namespace
This commit is contained in:
parent
8136aa749a
commit
98922d54b1
100 changed files with 499 additions and 499 deletions
|
@ -1,7 +1,7 @@
|
|||
module:set_global();
|
||||
|
||||
local async = require("util.async");
|
||||
local datetime = require("util.datetime");
|
||||
local async = require("prosody.util.async");
|
||||
local datetime = require("prosody.util.datetime");
|
||||
|
||||
local periods = { hourly = 3600; daily = 86400; weekly = 7 * 86400 }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue