forked from GitHub/dbot
change default warn access to power user
This commit is contained in:
parent
9e98f2799d
commit
6e1238206d
@ -66,7 +66,7 @@ var warning = function(dbot) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
this.commands['~warn'].regex = [/~warn ([^ ]+) (.+)/, 3];
|
this.commands['~warn'].regex = [/~warn ([^ ]+) (.+)/, 3];
|
||||||
this.commands['~warn'].access = 'moderator';
|
this.commands['~warn'].access = 'power_user';
|
||||||
};
|
};
|
||||||
|
|
||||||
exports.fetch = function(dbot) {
|
exports.fetch = function(dbot) {
|
||||||
|
Loading…
Reference in New Issue
Block a user