We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd5383f commit 4c56d0cCopy full SHA for 4c56d0c
1 file changed
index.js
@@ -41,7 +41,7 @@ var Beep = {
41
}
42
43
Beep.illegal_words = Beep.toRegExp(hash.illegal, true);
44
- Beep.illegal_usernames = Beep.toRegExp(hash['illegal-usernames'], true);
+ Beep.illegal_usernames = Beep.toRegExp(hash['illegal-usernames'], false);
45
46
if (hash.id && hash.id.length) {
47
var words = hash.id.split(',').filter(function (word) {
0 commit comments