Comparison

plugins/mod_mam/mod_mam.lua @ 8580:b23da88b3507

mod_mam: Remove unmatched closing paren
author Kim Alvefur <zash@zash.se>
date Fri, 09 Mar 2018 21:51:06 +0100
parent 8577:75d5eee6fcdf
child 8904:faca839ddbbb
comparison
equal deleted inserted replaced
8578:cf10cd3eb728 8580:b23da88b3507
127 return true; 127 return true;
128 end 128 end
129 qstart, qend = vstart, vend; 129 qstart, qend = vstart, vend;
130 end 130 end
131 131
132 module:log("debug", "Archive query, id %s with %s from %s until %s)", 132 module:log("debug", "Archive query, id %s with %s from %s until %s",
133 tostring(qid), qwith or "anyone", 133 tostring(qid), qwith or "anyone",
134 qstart and timestamp(qstart) or "the dawn of time", 134 qstart and timestamp(qstart) or "the dawn of time",
135 qend and timestamp(qend) or "now"); 135 qend and timestamp(qend) or "now");
136 136
137 -- RSM stuff 137 -- RSM stuff