Add ! modechar to admin

For the odd network out that uses it!
This commit is contained in:
Alex Howard 2016-05-27 23:39:14 -04:00
parent 11465577c0
commit 963cc95388
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ Handlebars.registerHelper(
var modes = { var modes = {
"~": "owner", "~": "owner",
"&": "admin", "&": "admin",
"!": "admin",
"@": "op", "@": "op",
"%": "half-op", "%": "half-op",
"+": "voice", "+": "voice",