Mercurial > prosody-modules
comparison mod_list_inactive/README.markdown @ 2189:093b1180aa42
mod_list_inactive/README: Fixup markdown
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 31 May 2016 16:15:25 +0200 |
parents | 63764d6e7e38 |
children | 0c01444f8bc2 |
comparison
equal
deleted
inserted
replaced
2188:63764d6e7e38 | 2189:093b1180aa42 |
---|---|
1 Description | 1 Description |
2 =========== | 2 =========== |
3 | 3 |
4 This module lists those users, who haven't used their account in a defined time-frame. | 4 This module lists those users, who haven't used their account in a |
5 defined time-frame. | |
5 | 6 |
6 Dependencies | 7 Dependencies |
7 ============ | 8 ============ |
8 | 9 |
9 [mod_lastlog](https://modules.prosody.im/mod_lastlog.html) | 10 [mod_lastlog](https://modules.prosody.im/mod_lastlog.html) |
10 | 11 |
11 Usage | 12 Usage |
12 ===== | 13 ===== |
13 | 14 |
14 `prosodyctl mod_list_inactive example.com time [format]` | 15 prosodyctl mod_list_inactive example.com time [format] |
15 | 16 |
16 time is a number followed by 'day', 'week', 'month' or 'year' | 17 Time is a number followed by 'day', 'week', 'month' or 'year' |
17 | 18 |
18 formats are: | 19 Formats are: |
19 delete user:delete"user@example.com" -- last action | 20 |
20 default user@example.com | 21 --------- ------------------------------------------------ |
21 event user@example.com last action | 22 delete `user:delete"user@example.com" -- last action` |
23 default `user@example.com` | |
24 event `user@example.com last action` | |
25 --------- ------------------------------------------------ | |
22 | 26 |
23 Example | 27 Example |
24 ======= | 28 ======= |
25 | 29 |
26 `prosodyctl mod_list_inactive example.com 1year` | 30 prosodyctl mod_list_inactive example.com 1year |
27 | 31 |
28 Help | 32 Help |
29 ==== | 33 ==== |
30 | 34 |
31 `prosodyctl mod_list_inactive` | 35 prosodyctl mod_list_inactive |