Fix permissions on /a

This commit is contained in:
calzoneman 2013-11-19 13:19:51 -06:00
parent b250f3c64b
commit 2361ecddae
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@ var handlers = {
}
},
"a": function (chan, user, msg, meta) {
if (user.global_rank < 255) {
return;
}
var superadminflair = {
labelclass: "label-important",
icon: "icon-globe"