Software /
code /
prosody-modules
Changeset
280:6d72c5172c74
mod_muc_intercom: Increase priority.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 27 Nov 2010 21:26:23 +0100 |
parents | 279:aa0df3db4901 |
children | 281:e5c16c87383c |
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 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);