comparison 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
parents 9c894b56b4e4
children c271bfa3d625
comparison
equal deleted inserted replaced
2808:2cc02ee82e8c 2809:6d3935226ffb
47 47
48 module:log("debug", "broadcasting message to target room"); 48 module:log("debug", "broadcasting message to target room");
49 dest_room:broadcast_message(forward_stanza); 49 dest_room:broadcast_message(forward_stanza);
50 end 50 end
51 51
52 module:hook("message/bare", check_message, 10); 52 module:hook("message/bare", check_message);