view mod_log_mark/mod_log_mark.lua @ 1975:bdd3e3bfc219

mod_muc_log_http: Remove links to the apparently dead Speeqe service
author Kim Alvefur <zash@zash.se>
date Thu, 17 Dec 2015 16:22:33 +0100
parents 02390829df1a
children d15df55f0a63
line wrap: on
line source

local log = _G.log;

module:add_timer(60-os.date("%S"), function ()
	log("info", "-- MARK --");
	return 60;
end);