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];