diff mod_bind2/mod_bind2.lua @ 4797:1539ae696613

mod_bind2: Silence [luacheck] warning
author Kim Alvefur <zash@zash.se>
date Sun, 28 Nov 2021 20:07:15 +0100
parents 8849b4f68534
children
line wrap: on
line diff
--- 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