mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
.luacheckrc: Update to reflect new module API methods
This commit is contained in:
parent
ab545f19a3
commit
d89b760be1
1 changed files with 4 additions and 1 deletions
|
@ -34,7 +34,6 @@ files["plugins/"] = {
|
|||
"module.name",
|
||||
"module.host",
|
||||
"module._log",
|
||||
"module.log",
|
||||
"module.event_handlers",
|
||||
"module.reloading",
|
||||
"module.saved_state",
|
||||
|
@ -65,12 +64,15 @@ files["plugins/"] = {
|
|||
"module.get_option_scalar",
|
||||
"module.get_option_set",
|
||||
"module.get_option_string",
|
||||
"module.get_status",
|
||||
"module.handle_items",
|
||||
"module.hook",
|
||||
"module.hook_global",
|
||||
"module.hook_object_event",
|
||||
"module.hook_tag",
|
||||
"module.load_resource",
|
||||
"module.log",
|
||||
"module.log_status",
|
||||
"module.measure",
|
||||
"module.measure_event",
|
||||
"module.measure_global_event",
|
||||
|
@ -82,6 +84,7 @@ files["plugins/"] = {
|
|||
"module.send",
|
||||
"module.send_iq",
|
||||
"module.set_global",
|
||||
"module.set_status",
|
||||
"module.shared",
|
||||
"module.unhook",
|
||||
"module.unhook_object_event",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue