From ea11ed5ac67f10da38699912d413f4b9a1db0e46 Mon Sep 17 00:00:00 2001 From: reality Date: Fri, 26 Jul 2013 11:46:57 +0000 Subject: [PATCH] set power_user access in quiet specifically --- modules/kick/commands.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/kick/commands.js b/modules/kick/commands.js index 2fd16bb..6221c5e 100644 --- a/modules/kick/commands.js +++ b/modules/kick/commands.js @@ -264,6 +264,8 @@ var commands = function(dbot) { commands['~kickcount'].access = 'regular'; commands['~kickstats'].access = 'regular'; + commands['~quiet'].access = 'power_user'; + commands['~unquiet'].access = 'power_user'; commands['~ckick'].regex = [/^~ckick ([^ ]+) ([^ ]+) (.+)$/, 4]; commands['~nban'].regex = /^~nban ([\d\.^ ]+)?([^ ]+) (.+)$/;