mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
luacheckrc: Add module.ready()
This commit is contained in:
parent
dadd754f74
commit
dc80c46504
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@ files["plugins/"] = {
|
|||
};
|
||||
globals = {
|
||||
-- Methods that can be set on module API
|
||||
"module.ready",
|
||||
"module.unload",
|
||||
"module.add_host",
|
||||
"module.load",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue