diff plugins/mod_announce.lua @ 10563:e8db377a2983

Merge 0.11->trunk
author Kim Alvefur <zash@zash.se>
date Tue, 24 Dec 2019 00:39:45 +0100
parents 2fbcdf6da331
children 9061f9621330
line wrap: on
line diff
--- a/plugins/mod_announce.lua	Tue Dec 24 00:26:40 2019 +0100
+++ b/plugins/mod_announce.lua	Tue Dec 24 00:39:45 2019 +0100
@@ -38,6 +38,7 @@
 -- Old <message>-based jabberd-style announcement sending
 function handle_announcement(event)
 	local stanza = event.stanza;
+	-- luacheck: ignore 211/node
 	local node, host, resource = jid.split(stanza.attr.to);
 
 	if resource ~= "announce/online" then