Elemental-IRCd compat: modeflag ! support

Elemental-IRCd has mode flag ! as channel admin

Ref #15
This commit is contained in:
Christine Dodrill 2015-08-04 17:54:20 -07:00
parent 3708c1d593
commit e97b1d4628
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ Chan.prototype.sortUsers = function() {
); );
var modes = [ var modes = [
"~", "~",
"&", "!",
"@", "@",
"%", "%",
"+", "+",