Software /
code /
prosody-modules
File
mod_log_mark/mod_log_mark.lua @ 2018:13f46d9e526f
mod_mam: Fix order of arguments to archive append
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 19 Jan 2016 13:49:59 +0100 |
parent | 1869:02390829df1a |
child | 2173:d15df55f0a63 |
line wrap: on
line source
local log = _G.log; module:add_timer(60-os.date("%S"), function () log("info", "-- MARK --"); return 60; end);