quiet command [Close #522]

This commit is contained in:
reality 2013-07-01 17:04:14 +00:00
parent 7ec1e5f6bb
commit 3ed36188fa

View File

@ -238,6 +238,7 @@ var commands = function(dbot) {
commands['~ckick'].regex = [/^~ckick ([^ ]+) ([^ ]+) (.+)$/, 4];
commands['~nban'].regex = /^~nban ([\d\.^ ]+)?([^ ]+) (.+)$/;
commands['~quiet'].regex = /^~quiet ([\d\.^ ]+)?([^ ]+)$/;
return commands;
};