diff options
Diffstat (limited to 'npc/commands/ucp.txt')
-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; |