change default warn access to power user

This commit is contained in:
reality 2013-09-24 11:52:23 +00:00
parent 9e98f2799d
commit 6e1238206d

View File

@ -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) {