mirror of
https://github.com/reality/dbot.git
synced 2024-11-27 14:29:29 +01:00
quiet command [Close #522]
This commit is contained in:
parent
7ec1e5f6bb
commit
3ed36188fa
@ -238,6 +238,7 @@ var commands = function(dbot) {
|
|||||||
|
|
||||||
commands['~ckick'].regex = [/^~ckick ([^ ]+) ([^ ]+) (.+)$/, 4];
|
commands['~ckick'].regex = [/^~ckick ([^ ]+) ([^ ]+) (.+)$/, 4];
|
||||||
commands['~nban'].regex = /^~nban ([\d\.^ ]+)?([^ ]+) (.+)$/;
|
commands['~nban'].regex = /^~nban ([\d\.^ ]+)?([^ ]+) (.+)$/;
|
||||||
|
commands['~quiet'].regex = /^~quiet ([\d\.^ ]+)?([^ ]+)$/;
|
||||||
|
|
||||||
return commands;
|
return commands;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user