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

View file

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