forked from GitHub/dbot
fix ~quiet regex?
This commit is contained in:
parent
3ed36188fa
commit
5d4faadc88
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user