Content deleted Content added
No edit summary |
No edit summary |
||
Line 42:
if(sectionLog[i].match(/Requested move \d/gm) && sectionLog[i+1].match(/{{requested move.*/g)){
var section = sectionLog[i+1];
console.log(
if(section.match(/'''''Relisting.*>/gm)){
console.log('Already relisted atleast once');
}
else{
console.log('Never relisted before');
}
// section = section + '\n{{subst:' + 'RM bottom}}\n';
|