Software /
code /
prosody-modules
File
mod_log_mark/mod_log_mark.lua @ 2005:c769ed3e5b2b
mod_block_outgoing: Make admins exempt from restrictions
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 13 Jan 2016 14:56:19 +0000 |
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);