diff --git a/modules/warning/warning.js b/modules/warning/warning.js index 11e6c8a..f0f7da4 100644 --- a/modules/warning/warning.js +++ b/modules/warning/warning.js @@ -66,7 +66,7 @@ var warning = function(dbot) { }; this.commands['~warn'].regex = [/~warn ([^ ]+) (.+)/, 3]; - this.commands['~warn'].access = 'moderator'; + this.commands['~warn'].access = 'power_user'; }; exports.fetch = function(dbot) {