Skip to content

Commit 4c56d0c

Browse files
committed
dont use full words for usernames
1 parent dd5383f commit 4c56d0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ var Beep = {
4141
}
4242

4343
Beep.illegal_words = Beep.toRegExp(hash.illegal, true);
44-
Beep.illegal_usernames = Beep.toRegExp(hash['illegal-usernames'], true);
44+
Beep.illegal_usernames = Beep.toRegExp(hash['illegal-usernames'], false);
4545

4646
if (hash.id && hash.id.length) {
4747
var words = hash.id.split(',').filter(function (word) {

0 commit comments

Comments
 (0)