Skip to content

Commit 745e113

Browse files
committed
misc: update delimeter for defaultBanList
1 parent e429349 commit 745e113

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
@@ -46,7 +46,7 @@ var Beep = {
4646
Beep.banned_words_raw = hash.id;
4747
} else {
4848
Beep.banned_words = Beep.toRegExp(defaultBanList, true);
49-
Beep.banned_words_raw = defaultBanList.join(',');
49+
Beep.banned_words_raw = defaultBanList.join(', ');
5050
winston.info('Default list of Banned Words is enabled. Please go to administration panel to change the list.');
5151
}
5252

0 commit comments

Comments
 (0)