diff --git a/src/models/chan.js b/src/models/chan.js index c551e09..19f8f96 100644 --- a/src/models/chan.js +++ b/src/models/chan.js @@ -27,8 +27,9 @@ Chan.prototype.sortUsers = function() { ); var modes = [ "~", - "%", + "&", "@", + "%", "+", ].reverse(); modes.forEach(function(mode) {