Software /
code /
prosody-modules
Diff
mod_muc_intercom/mod_muc_intercom.lua @ 2809:6d3935226ffb
Backed out changeset 6d72c5172c74
I have no idea why I changed it. Setting it back to 0 allows eg
mod_firewall to work with it.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 23 Oct 2017 17:22:27 +0200 |
parent | 1425:9c894b56b4e4 |
child | 3070:c271bfa3d625 |
line wrap: on
line diff
--- a/mod_muc_intercom/mod_muc_intercom.lua Fri Oct 20 02:53:12 2017 +0200 +++ b/mod_muc_intercom/mod_muc_intercom.lua Mon Oct 23 17:22:27 2017 +0200 @@ -49,4 +49,4 @@ dest_room:broadcast_message(forward_stanza); end -module:hook("message/bare", check_message, 10); +module:hook("message/bare", check_message);