Software /
code /
prosody-modules
Diff
mod_list_inactive/README.markdown @ 2188:63764d6e7e38
mod_list_inactive/README: Change extension to .markdown currently required by the site generator
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 31 May 2016 16:00:47 +0200 |
parent | 2187:287f37e6b6e1 |
child | 2189:093b1180aa42 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_list_inactive/README.markdown Tue May 31 16:00:47 2016 +0200 @@ -0,0 +1,31 @@ +Description +=========== + +This module lists those users, who haven't used their account in a defined time-frame. + +Dependencies +============ + +[mod_lastlog](https://modules.prosody.im/mod_lastlog.html) + +Usage +===== + +`prosodyctl mod_list_inactive example.com time [format]` + +time is a number followed by 'day', 'week', 'month' or 'year' + +formats are: +delete user:delete"user@example.com" -- last action +default user@example.com +event user@example.com last action + +Example +======= + +`prosodyctl mod_list_inactive example.com 1year` + +Help +==== + +`prosodyctl mod_list_inactive`