Comparison

mod_list_inactive/README.md @ 2187:287f37e6b6e1

mod_list_inactive: Add README.md (fixes issue #684 - thanks t2d2!)
author Matthew Wild <mwild1@gmail.com>
date Tue, 31 May 2016 11:45:59 +0100
comparison
equal deleted inserted replaced
2186:a100f4a720cb 2187:287f37e6b6e1
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`