# HG changeset patch # User Kim Alvefur # Date 1511221523 -3600 # Node ID 53a76c994fc3f2462bbe27e9f47db06c7387c269 # Parent 263c0b044973634e34cba5ce9362aa92f7be2fd2 mod_http_muc_log: Fix the best comment diff -r 263c0b044973 -r 53a76c994fc3 mod_http_muc_log/mod_http_muc_log.lua --- a/mod_http_muc_log/mod_http_muc_log.lua Tue Nov 21 00:06:59 2017 +0100 +++ b/mod_http_muc_log/mod_http_muc_log.lua Tue Nov 21 00:45:23 2017 +0100 @@ -183,7 +183,7 @@ local function logs_page(event, path) local response = event.response; - -- FIXME In the year, 252525, if MUC is still alive, + -- FIXME In the year, 105105, if MUC is still alive, -- if Prosody can survive... Enjoy this Y10k bug local room, date = path:match("^(.-)/(%d%d%d%d%-%d%d%-%d%d)$"); room = nodeprep(room);