Skip to content

Commit

Permalink
Change rank order
Browse files Browse the repository at this point in the history
  • Loading branch information
TheImmortal committed May 15, 2015
1 parent af08685 commit cc31da3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/client-chat.js
Original file line number Diff line number Diff line change
Expand Up @@ -1407,8 +1407,8 @@
this.$el.html(buf);
},
ranks: {
'#': 2,
'~': 2,
'#': 2,
'&': 2,
'@': 1,
'%': 1,
Expand All @@ -1419,8 +1419,8 @@
'‽': 0
},
rankOrder: {
'#': 1,
'~': 2,
'~': 1,
'#': 2,
'&': 3,
'@': 4,
'%': 5,
Expand Down

0 comments on commit cc31da3

Please sign in to comment.