comparison mod_watch_spam_reports/mod_watch_spam_reports.lua @ 4054:3f4ef371d92f

mod_watch_spam_reports: Fix another whitespace typo
author Martin Dosch <martin@mdosch.de>
date Wed, 24 Jun 2020 09:08:12 +0200
parents b0bc36d026d9
children 9745a623c7ed
comparison
equal deleted inserted replaced
4053:b0bc36d026d9 4054:3f4ef371d92f
10 local reporter_bare_jid = jid.bare(event.stanza.attr.from) 10 local reporter_bare_jid = jid.bare(event.stanza.attr.from)
11 for admin_jid in admins 11 for admin_jid in admins
12 do 12 do
13 module:send(st.message({from=host, 13 module:send(st.message({from=host,
14 type="chat",to=admin_jid}, 14 type="chat",to=admin_jid},
15 report)); 15 report));
16 end 16 end
17 end) 17 end)