# HG changeset patch # User Kim Alvefur # Date 1442230682 -7200 # Node ID 4b838e61c68e55d1531c9835deb989b110966732 # Parent 5daabb5fe24a7370d740ed47469e043be920b853 mod_lastlog/README: Adjust formatting / indentation to help pandoc produce fancy html 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 =============