diff -r 5daabb5fe24a -r 4b838e61c68e mod_lastlog/README.markdown --- a/mod_lastlog/README.markdown Mon Sep 14 13:36:29 2015 +0200 +++ b/mod_lastlog/README.markdown Mon Sep 14 13:38:02 2015 +0200 @@ -15,11 +15,12 @@ As with all modules, copy it to your plugins directory and then add it to the modules\_enabled list: - modules_enabled = { - -- ... - "lastlog", - -- ... - } +``` lua +modules_enabled = { + -- other modules + "lastlog", +} +``` Configuration ============= @@ -36,7 +37,7 @@ You can check a user's last activity by running: - prosodyctl mod_lastlog username@example.com + prosodyctl mod_lastlog username@example.com Compatibility =============