mod_carbons: Comment about the priority
authorKim Alvefur <zash@zash.se>
Fri, 18 Nov 2016 10:22:28 +0100
changeset 2377 704e4845267b
parent 2376 b1b120e654ff
child 2378 d630fa0d4dba
mod_carbons: Comment about the priority
mod_carbons/mod_carbons.lua
--- 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