diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-23 11:51:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-23 11:51:25 -0300 |
commit | d91b003773a88989255406f4c855f1c90266f577 (patch) | |
tree | 63c33e53c336e8b9b0dd9af587e23fab976fd0b8 | |
parent | 5421853db4b6a1b3bea0cda1b7d9076ea6925bef (diff) | |
download | serverdata-d91b003773a88989255406f4c855f1c90266f577.tar.gz serverdata-d91b003773a88989255406f4c855f1c90266f577.tar.bz2 serverdata-d91b003773a88989255406f4c855f1c90266f577.tar.xz serverdata-d91b003773a88989255406f4c855f1c90266f577.zip |
User Control Panel - Report how long ago you were registered for
IMPORTANT NOTE: Earliest is 25th January 2020!
If your account is older, then it will show the first login after this date.
-rw-r--r-- | npc/commands/ucp.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/commands/ucp.txt b/npc/commands/ucp.txt index 2ed13b8d0..c855a8721 100644 --- a/npc/commands/ucp.txt +++ b/npc/commands/ucp.txt @@ -56,6 +56,7 @@ function script UserCtrlPanel { mes l("Female"); mes l("Last IP: @@", .@ip$[0]); mes l("Total Logins: @@", .@lgc[0]); + mes l("Registed %s ago", FuzzyTime(#REG_DATE)); next; if (@query) break; |