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; };