changeset 2373:704e4845267b

mod_carbons: Comment about the priority
author Kim Alvefur <zash@zash.se>
date Fri, 18 Nov 2016 10:22:28 +0100
parents b1b120e654ff
children d630fa0d4dba
files mod_carbons/mod_carbons.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_carbons/mod_carbons.lua	Thu Nov 17 23:13:59 2016 +0100
+++ b/mod_carbons/mod_carbons.lua	Fri Nov 18 10:22:28 2016 +0100
@@ -122,7 +122,7 @@
 end
 
 -- Stanzas sent by local clients
-module:hook("pre-message/host", c2s_message_handler, 0.05);
+module:hook("pre-message/host", c2s_message_handler, 0.05); -- priority between mod_message (0 in 0.9) and mod_firewall (0.1)
 module:hook("pre-message/bare", c2s_message_handler, 0.05);
 module:hook("pre-message/full", c2s_message_handler, 0.05);
 -- Stanzas to local clients