correct more ampersands to bangs

This commit is contained in:
Christine Dodrill 2015-08-04 18:03:42 -07:00
parent e97b1d4628
commit 73ecbc4aa2
2 changed files with 12 additions and 12 deletions

22
client/js/libs.min.js vendored

File diff suppressed because one or more lines are too long

View File

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