lint: Teach luacheck about the new module:send_iq API
authorKim Alvefur <zash@zash.se>
Wed, 02 Jan 2019 10:49:43 +0100
changeset 3426 ba3c79ef2253
parent 3425 41dd405efb5a
child 3427 4a8fa0364f35
lint: Teach luacheck about the new module:send_iq API
.luacheckrc
--- a/.luacheckrc	Mon Dec 31 09:43:29 2018 +0100
+++ b/.luacheckrc	Wed Jan 02 10:49:43 2019 +0100
@@ -57,6 +57,7 @@
 	"module.remove_item",
 	"module.require",
 	"module.send",
+	"module.send_iq",
 	"module.set_global",
 	"module.shared",
 	"module.unhook",