mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
mod_uptime: Depend on mod_adhoc
This commit is contained in:
parent
198d96dcf5
commit
c58d93be51
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ module:hook("iq/host/jabber:iq:last:query", function(event)
|
|||
end);
|
||||
|
||||
-- Ad-hoc command
|
||||
module:depends "adhoc";
|
||||
local adhoc_new = module:require "adhoc".new;
|
||||
|
||||
function uptime_text()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue