aboutsummaryrefslogtreecommitdiffstats
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
commit26e3090de67f9fc5152c764122b7a62d3d9534ac (patch)
treee2f8321727725d691fd28e71b8a99e2ff99370fc
parent7b676a12e7e29793ce582311bf6f1c446f199259 (diff)
downloadprosody-26e3090de67f9fc5152c764122b7a62d3d9534ac.tar.gz
prosody-26e3090de67f9fc5152c764122b7a62d3d9534ac.zip
luacheckrc: Teach luacheck about the new module:send_iq() API
-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",