aboutsummaryrefslogtreecommitdiffstats
path: root/.luacheckrc
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-12-30 03:20:37 +0100
committerKim Alvefur <zash@zash.se>2018-12-30 03:20:37 +0100
commit92445d93df5e5f7d6933c706dd8e60f4e54e0d7c (patch)
treee2f8321727725d691fd28e71b8a99e2ff99370fc /.luacheckrc
parente23c17c3a040717e97287b3ea525002f1b58ffcd (diff)
downloadprosody-92445d93df5e5f7d6933c706dd8e60f4e54e0d7c.tar.gz
prosody-92445d93df5e5f7d6933c706dd8e60f4e54e0d7c.zip
luacheckrc: Teach luacheck about the new module:send_iq() API
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc1
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",