We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e429349 commit 745e113Copy full SHA for 745e113
1 file changed
index.js
@@ -46,7 +46,7 @@ var Beep = {
46
Beep.banned_words_raw = hash.id;
47
} else {
48
Beep.banned_words = Beep.toRegExp(defaultBanList, true);
49
- Beep.banned_words_raw = defaultBanList.join(',');
+ Beep.banned_words_raw = defaultBanList.join(', ');
50
winston.info('Default list of Banned Words is enabled. Please go to administration panel to change the list.');
51
}
52
0 commit comments