New Player rank

This commit is contained in:
Guangcong Luo 2014-01-10 03:27:26 -06:00
parent 60063a95d1
commit 3a7c8474ad
2 changed files with 7 additions and 4 deletions

View File

@ -1087,6 +1087,7 @@
'&': 2,
'@': 1,
'%': 1,
'\u2605': 1,
'+': 1,
' ': 0,
'!': 0,
@ -1098,10 +1099,11 @@
'&': 3,
'@': 4,
'%': 5,
'+': 6,
' ': 7,
'!': 8,
'‽': 9
'\u2605': 6,
'+': 7,
' ': 8,
'!': 9,
'‽': 10
},
updateUserCount: function() {
var users = Math.max(this.room.userCount.users || 0, this.room.userCount.globalUsers || 0);

View File

@ -1899,6 +1899,7 @@
'&': "Leader (&)",
'@': "Moderator (@)",
'%': "Driver (%)",
'\u2605': "Player (\u2605)",
'+': "Voiced (+)",
'‽': "<span style='color:#777777'>Locked (‽)</span>",
'!': "<span style='color:#777777'>Muted (!)</span>"