diff mod_muc_intercom/mod_muc_intercom.lua @ 280:6d72c5172c74

mod_muc_intercom: Increase priority.
author Kim Alvefur <zash@zash.se>
date Sat, 27 Nov 2010 21:26:23 +0100
parents 7410d1005fea
children 108ac6f16d2d
line wrap: on
line diff
--- a/mod_muc_intercom/mod_muc_intercom.lua	Sat Nov 27 20:44:22 2010 +0100
+++ b/mod_muc_intercom/mod_muc_intercom.lua	Sat Nov 27 21:26:23 2010 +0100
@@ -38,4 +38,4 @@
 	muc_rooms[bare_room]:broadcast_message(forward_stanza);
 end
 
-module:hook("message/bare", check_message);
+module:hook("message/bare", check_message, 10);