mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
luacheckrc: Reorder module API methods for consistency with prosody-modules
Makes it easier to keep them in sync when the diff is smaller
This commit is contained in:
parent
ea7bf939d5
commit
dadd754f74
1 changed files with 1 additions and 1 deletions
|
@ -62,9 +62,9 @@ files["plugins/"] = {
|
|||
"module.broadcast",
|
||||
"module.context",
|
||||
"module.could",
|
||||
"module.depends",
|
||||
"module.default_permission",
|
||||
"module.default_permissions",
|
||||
"module.depends",
|
||||
"module.fire_event",
|
||||
"module.get_directory",
|
||||
"module.get_host",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue