Software /
code /
prosody-modules
Diff
mod_lastlog2/mod_lastlog2.lua @ 5942:abd1bbe5006e draft default tip
Merge
author | Trần H. Trung <xmpp:trần.h.trung@trung.fun> |
---|---|
date | Sun, 16 Feb 2025 16:09:03 +0700 |
parent | 5900:c5df6d53f17f |
line wrap: on
line diff
--- a/mod_lastlog2/mod_lastlog2.lua Tue Feb 06 18:32:01 2024 +0700 +++ b/mod_lastlog2/mod_lastlog2.lua Sun Feb 16 16:09:03 2025 +0700 @@ -69,7 +69,7 @@ function module.command(arg) if not arg[1] or arg[1] == "--help" then - require"util.prosodyctl".show_usage([[mod_lastlog <user@host>]], [[Show when user last logged in or out]]); + require"util.prosodyctl".show_usage([[mod_lastlog2 <user@host>]], [[Show when user last logged in or out]]); return 1; end local user, host = jid.prepped_split(table.remove(arg, 1));