From 3ed36188fa9ca9f7137a2c6bf1f6f280720c9c7e Mon Sep 17 00:00:00 2001 From: reality Date: Mon, 1 Jul 2013 17:04:14 +0000 Subject: [PATCH] quiet command [Close #522] --- modules/kick/commands.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/kick/commands.js b/modules/kick/commands.js index 6ab46c7..9c00e51 100644 --- a/modules/kick/commands.js +++ b/modules/kick/commands.js @@ -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; };