Software /
code /
prosody-modules
Changeset
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 |
parents | 2808:2cc02ee82e8c |
children | 2810:9a3e51f348fe |
files | mod_muc_intercom/mod_muc_intercom.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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);