diff --git a/modules/kick/commands.js b/modules/kick/commands.js index 9c00e51..b2d94c2 100644 --- a/modules/kick/commands.js +++ b/modules/kick/commands.js @@ -238,7 +238,7 @@ var commands = function(dbot) { commands['~ckick'].regex = [/^~ckick ([^ ]+) ([^ ]+) (.+)$/, 4]; commands['~nban'].regex = /^~nban ([\d\.^ ]+)?([^ ]+) (.+)$/; - commands['~quiet'].regex = /^~quiet ([\d\.^ ]+)?([^ ]+)$/; + commands['~quiet'].regex = /^~quiet ([^ ]+)?([^ ]+)$/; return commands; };