mod_watch_spam_reports/mod_watch_spam_reports.lua
changeset 4058 3f4ef371d92f
parent 4057 b0bc36d026d9
child 4065 9745a623c7ed
--- a/mod_watch_spam_reports/mod_watch_spam_reports.lua	Wed Jun 24 09:05:05 2020 +0200
+++ b/mod_watch_spam_reports/mod_watch_spam_reports.lua	Wed Jun 24 09:08:12 2020 +0200
@@ -12,6 +12,6 @@
 		do
 			module:send(st.message({from=host,
 			type="chat",to=admin_jid},
-                       report));
+                	report));
 		end
 end)