From 53b7bbe5a819ca710711d3e4b887d17acda80f78 Mon Sep 17 00:00:00 2001 From: reality Date: Fri, 17 May 2013 08:58:11 +0000 Subject: [PATCH] kickcount and kickstats do not need elevated access [#261] --- modules/kick/commands.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/kick/commands.js b/modules/kick/commands.js index 7f9f671..28eab89 100644 --- a/modules/kick/commands.js +++ b/modules/kick/commands.js @@ -168,6 +168,9 @@ var commands = function(dbot) { command.access = 'moderator'; }); + commands['~kickcount'].access = 'regular'; + commands['~kickstats'].access = 'regular'; + commands['~ckick'].regex = [/^~ckick ([^ ]+) ([^ ]+) (.+)$/, 4]; commands['~nban'].regex = [/^~nban ([^ ]+) (.+)$/, 3];