Changeset

9143:817f666d9037

mod_pep: Add comment about 'hash_map' table
author Kim Alvefur <zash@zash.se>
date Mon, 06 Aug 2018 23:20:47 +0200
parents 9142:85bc624b8685
children 9144:b40efef8ec99
files plugins/mod_pep.lua
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;