Changeset

9744:8132030ff04a

luacheckrc: Teach luacheck about the new module:send_iq() API
author Kim Alvefur <zash@zash.se>
date Sun, 30 Dec 2018 03:20:37 +0100
parents 9743:73e8668321e9
children 9745:0dbb285f903e
files .luacheckrc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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",