mod_bind2: Silence [luacheck] warning
authorKim Alvefur <zash@zash.se>
Sun, 28 Nov 2021 20:07:15 +0100
changeset 4801 1539ae696613
parent 4800 9c7635911c56
child 4802 957ac41bc70a
mod_bind2: Silence [luacheck] warning
mod_bind2/mod_bind2.lua
--- a/mod_bind2/mod_bind2.lua	Sun Nov 28 20:07:06 2021 +0100
+++ b/mod_bind2/mod_bind2.lua	Sun Nov 28 20:07:15 2021 +0100
@@ -27,7 +27,7 @@
 
 	-- Clear the offline messages for this user, if any, without sending them (as
 	-- they will be provided by MAM).
-	if mm.is_loaded(module.host, "offline") then
+	if mm.is_loaded(module.host, "offline") then -- luacheck: ignore 542
 		-- TODO
 	end