Software /
code /
prosody-modules
Comparison
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:mod_list_inactive/README.md@287f37e6b6e1 |
child | 2189:093b1180aa42 |
comparison
equal
deleted
inserted
replaced
2187:287f37e6b6e1 | 2188:63764d6e7e38 |
---|---|
1 Description | |
2 =========== | |
3 | |
4 This module lists those users, who haven't used their account in a defined time-frame. | |
5 | |
6 Dependencies | |
7 ============ | |
8 | |
9 [mod_lastlog](https://modules.prosody.im/mod_lastlog.html) | |
10 | |
11 Usage | |
12 ===== | |
13 | |
14 `prosodyctl mod_list_inactive example.com time [format]` | |
15 | |
16 time is a number followed by 'day', 'week', 'month' or 'year' | |
17 | |
18 formats are: | |
19 delete user:delete"user@example.com" -- last action | |
20 default user@example.com | |
21 event user@example.com last action | |
22 | |
23 Example | |
24 ======= | |
25 | |
26 `prosodyctl mod_list_inactive example.com 1year` | |
27 | |
28 Help | |
29 ==== | |
30 | |
31 `prosodyctl mod_list_inactive` |