Mercurial > prosody-modules
comparison mod_muc_moderation/mod_muc_moderation.lua @ 3901:a7ba6929d425
mod_muc_moderation: Remove debug message
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 22 Feb 2020 21:40:19 +0100 |
parents | 06971a04216f |
children | 341850e8866f |
comparison
equal
deleted
inserted
replaced
3900:06971a04216f | 3901:a7ba6929d425 |
---|---|
107 end | 107 end |
108 end | 108 end |
109 | 109 |
110 -- Done, tell people about it | 110 -- Done, tell people about it |
111 module:log("info", "Message with id '%s' in room %s moderated by %s, reason: %s", stanza_id, room_jid, actor, reason); | 111 module:log("info", "Message with id '%s' in room %s moderated by %s, reason: %s", stanza_id, room_jid, actor, reason); |
112 module:log("debug", ":broadcast(%s)", announcement); | |
113 room:broadcast(announcement); | 112 room:broadcast(announcement); |
114 | 113 |
115 origin.send(st.reply(stanza)); | 114 origin.send(st.reply(stanza)); |
116 return true; | 115 return true; |
117 end); | 116 end); |