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