mod_pep: Add comment about 'hash_map' table
authorKim Alvefur <zash@zash.se>
Mon, 06 Aug 2018 23:20:47 +0200
changeset 9146 817f666d9037
parent 9145 85bc624b8685
child 9147 b40efef8ec99
mod_pep: Add comment about 'hash_map' table
plugins/mod_pep.lua
--- a/plugins/mod_pep.lua	Mon Aug 06 23:20:36 2018 +0200
+++ b/plugins/mod_pep.lua	Mon Aug 06 23:20:47 2018 +0200
@@ -22,6 +22,8 @@
 
 -- username -> recipient -> set of nodes
 local recipients = {};
+
+-- caps hash -> set of nodes
 local hash_map = {};
 
 local host = module.host;