forked from GitHub/dbot
make ~qmerge a moderator command [#347]
This commit is contained in:
parent
3a567a35da
commit
b31d26b912
@ -387,6 +387,7 @@ var commands = function(dbot) {
|
||||
commands['~rmconfirm'].access = 'moderator';
|
||||
commands['~rmdeny'].access = 'moderator';
|
||||
commands['~qrename'].access = 'moderator';
|
||||
commands['~qmerge'].access = 'moderator';
|
||||
|
||||
return commands;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user