Fix permissions on /a
This commit is contained in:
parent
b250f3c64b
commit
2361ecddae
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue