Software /
code /
prosody
Diff
plugins/mod_announce.lua @ 11120:b2331f3dfeea
Merge 0.11->trunk
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 30 Sep 2020 09:50:33 +0100 |
parent | 10545:2fbcdf6da331 |
child | 12642:9061f9621330 |
line wrap: on
line diff
--- a/plugins/mod_announce.lua Thu Oct 01 15:08:58 2020 +0100 +++ b/plugins/mod_announce.lua Wed Sep 30 09:50:33 2020 +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