kickcount and kickstats do not need elevated access [#261]

This commit is contained in:
reality 2013-05-17 08:58:11 +00:00
parent be7d5a41cd
commit 53b7bbe5a8

View File

@ -168,6 +168,9 @@ var commands = function(dbot) {
command.access = 'moderator'; command.access = 'moderator';
}); });
commands['~kickcount'].access = 'regular';
commands['~kickstats'].access = 'regular';
commands['~ckick'].regex = [/^~ckick ([^ ]+) ([^ ]+) (.+)$/, 4]; commands['~ckick'].regex = [/^~ckick ([^ ]+) ([^ ]+) (.+)$/, 4];
commands['~nban'].regex = [/^~nban ([^ ]+) (.+)$/, 3]; commands['~nban'].regex = [/^~nban ([^ ]+) (.+)$/, 3];