Update 1644010796173-convert-hard-mutes.js
This commit is contained in:
parent
fd5a304821
commit
c456825d0e
|
@ -9,6 +9,7 @@ module.exports = class convertHardMutes1644010796173 {
|
|||
for(let i = 0; i < entries.length; i++) {
|
||||
let words = entries[i].mutedWords
|
||||
.map(line => {
|
||||
if (typeof line === 'string') return [];
|
||||
const regexp = line.join(" ").match(/^\/(.+)\/(.*)$/);
|
||||
if (regexp) {
|
||||
// convert regexp's
|
||||
|
|
Loading…
Reference in New Issue