Mercurial > prosody-modules
comparison mod_lastlog/README.markdown @ 1859:4b838e61c68e
mod_lastlog/README: Adjust formatting / indentation to help pandoc produce fancy html
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 14 Sep 2015 13:38:02 +0200 |
parents | 4d73a1a6ba68 |
children | dd6313ddd3e0 |
comparison
equal
deleted
inserted
replaced
1858:5daabb5fe24a | 1859:4b838e61c68e |
---|---|
13 ===== | 13 ===== |
14 | 14 |
15 As with all modules, copy it to your plugins directory and then add it | 15 As with all modules, copy it to your plugins directory and then add it |
16 to the modules\_enabled list: | 16 to the modules\_enabled list: |
17 | 17 |
18 modules_enabled = { | 18 ``` lua |
19 -- ... | 19 modules_enabled = { |
20 "lastlog", | 20 -- other modules |
21 -- ... | 21 "lastlog", |
22 } | 22 } |
23 ``` | |
23 | 24 |
24 Configuration | 25 Configuration |
25 ============= | 26 ============= |
26 | 27 |
27 There are some options you can add to your config file: | 28 There are some options you can add to your config file: |
34 Usage | 35 Usage |
35 ===== | 36 ===== |
36 | 37 |
37 You can check a user's last activity by running: | 38 You can check a user's last activity by running: |
38 | 39 |
39 prosodyctl mod_lastlog username@example.com | 40 prosodyctl mod_lastlog username@example.com |
40 | 41 |
41 Compatibility | 42 Compatibility |
42 ============= | 43 ============= |
43 | 44 |
44 ----- ------- | 45 ----- ------- |