forked from GitHub/dbot
kickcount and kickstats do not need elevated access [#261]
This commit is contained in:
parent
be7d5a41cd
commit
53b7bbe5a8
@ -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];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user