mirror of
https://github.com/reality/dbot.git
synced 2024-11-24 04:49:25 +01:00
set power_user access in quiet specifically
This commit is contained in:
parent
ae31b121d8
commit
ea11ed5ac6
@ -264,6 +264,8 @@ var commands = function(dbot) {
|
|||||||
|
|
||||||
commands['~kickcount'].access = 'regular';
|
commands['~kickcount'].access = 'regular';
|
||||||
commands['~kickstats'].access = 'regular';
|
commands['~kickstats'].access = 'regular';
|
||||||
|
commands['~quiet'].access = 'power_user';
|
||||||
|
commands['~unquiet'].access = 'power_user';
|
||||||
|
|
||||||
commands['~ckick'].regex = [/^~ckick ([^ ]+) ([^ ]+) (.+)$/, 4];
|
commands['~ckick'].regex = [/^~ckick ([^ ]+) ([^ ]+) (.+)$/, 4];
|
||||||
commands['~nban'].regex = /^~nban ([\d\.^ ]+)?([^ ]+) (.+)$/;
|
commands['~nban'].regex = /^~nban ([\d\.^ ]+)?([^ ]+) (.+)$/;
|
||||||
|
Loading…
Reference in New Issue
Block a user