view mod_log_mark/mod_log_mark.lua @ 2083:fed0a71a5e68

mod_http_muc_log: Add XMPP URI link for joining the current room
author Kim Alvefur <zash@zash.se>
date Tue, 15 Mar 2016 16:46:02 +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);