changeset 2843:53a76c994fc3

mod_http_muc_log: Fix the best comment
author Kim Alvefur <zash@zash.se>
date Tue, 21 Nov 2017 00:45:23 +0100
parents 263c0b044973
children 9fac07bba402
files mod_http_muc_log/mod_http_muc_log.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);