# HG changeset patch # User Kim Alvefur # Date 1638126435 -3600 # Node ID 1539ae6966139c33c97720b72225e5581f0fc9ad # Parent 9c7635911c561f829786ee4b6ce4273fc26b2c2d mod_bind2: Silence [luacheck] warning diff -r 9c7635911c56 -r 1539ae696613 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