diff options
author | Kim Alvefur <zash@zash.se> | 2018-12-30 03:20:37 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-12-30 03:20:37 +0100 |
commit | 92445d93df5e5f7d6933c706dd8e60f4e54e0d7c (patch) | |
tree | e2f8321727725d691fd28e71b8a99e2ff99370fc /.luacheckrc | |
parent | e23c17c3a040717e97287b3ea525002f1b58ffcd (diff) | |
download | prosody-92445d93df5e5f7d6933c706dd8e60f4e54e0d7c.tar.gz prosody-92445d93df5e5f7d6933c706dd8e60f4e54e0d7c.zip |
luacheckrc: Teach luacheck about the new module:send_iq() API
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc index 5035f446..b2fa7cdb 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -80,6 +80,7 @@ files["plugins/"] = { "module.remove_item", "module.require", "module.send", + "module.send_iq", "module.set_global", "module.shared", "module.unhook", |