show that the max amount of usernames is displayed with a "*"
This commit is contained in:
parent
7d1249f31f
commit
bfc591b84b
@ -153,7 +153,7 @@ commands:Add('user',{},'user <username|mention|"me">', function(t)
|
|||||||
{name='Last Location',value=LastLocation,inline=true},
|
{name='Last Location',value=LastLocation,inline=true},
|
||||||
{name='Banned',value=isBanned,inline=true},
|
{name='Banned',value=isBanned,inline=true},
|
||||||
{name='Description',value=description,inline=false},
|
{name='Description',value=description,inline=false},
|
||||||
{name='Username History',value=usernameHistoryString,inline=false},
|
{name='Username History ('..#usernameHistoryTable..(#usernameHistoryTable==50 and '*' or '')..')',value=usernameHistoryString,inline=false},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if firstBadge and firstBadgeDate~=math.huge then
|
if firstBadge and firstBadgeDate~=math.huge then
|
||||||
|
Loading…
Reference in New Issue
Block a user