luacheckrc: Teach luacheck about the new module:send_iq() API
authorKim Alvefur <zash@zash.se>
Sun, 30 Dec 2018 03:20:37 +0100
changeset 9748 8132030ff04a
parent 9747 73e8668321e9
child 9749 0dbb285f903e
luacheckrc: Teach luacheck about the new module:send_iq() API
.luacheckrc
--- a/.luacheckrc	Sat Dec 29 21:49:32 2018 +0100
+++ b/.luacheckrc	Sun Dec 30 03:20:37 2018 +0100
@@ -80,6 +80,7 @@
 		"module.remove_item",
 		"module.require",
 		"module.send",
+		"module.send_iq",
 		"module.set_global",
 		"module.shared",
 		"module.unhook",