# HG changeset patch # User Kim Alvefur # Date 1464704125 -7200 # Node ID 093b1180aa426ba93bd5b4470e54aef01a19efb9 # Parent 63764d6e7e386e22a916e6cc0e27d32241607908 mod_list_inactive/README: Fixup markdown diff -r 63764d6e7e38 -r 093b1180aa42 mod_list_inactive/README.markdown --- a/mod_list_inactive/README.markdown Tue May 31 16:00:47 2016 +0200 +++ b/mod_list_inactive/README.markdown Tue May 31 16:15:25 2016 +0200 @@ -1,7 +1,8 @@ Description =========== -This module lists those users, who haven't used their account in a defined time-frame. +This module lists those users, who haven't used their account in a +defined time-frame. Dependencies ============ @@ -11,21 +12,24 @@ Usage ===== -`prosodyctl mod_list_inactive example.com time [format]` + prosodyctl mod_list_inactive example.com time [format] -time is a number followed by 'day', 'week', 'month' or 'year' +Time is a number followed by 'day', 'week', 'month' or 'year' + +Formats are: -formats are: -delete user:delete"user@example.com" -- last action -default user@example.com -event user@example.com last action + --------- ------------------------------------------------ + delete `user:delete"user@example.com" -- last action` + default `user@example.com` + event `user@example.com last action` + --------- ------------------------------------------------ Example ======= -`prosodyctl mod_list_inactive example.com 1year` + prosodyctl mod_list_inactive example.com 1year Help ==== -`prosodyctl mod_list_inactive` + prosodyctl mod_list_inactive