Corrected user list prefix priority and added an extra mode prefix.
This commit is contained in:
parent
524cb14870
commit
e83be28223
|
@ -27,8 +27,9 @@ Chan.prototype.sortUsers = function() {
|
|||
);
|
||||
var modes = [
|
||||
"~",
|
||||
"%",
|
||||
"&",
|
||||
"@",
|
||||
"%",
|
||||
"+",
|
||||
].reverse();
|
||||
modes.forEach(function(mode) {
|
||||
|
|
Loading…
Reference in New Issue