User:MajavahBot/EFFP Helper Configuration: Difference between revisions

Content deleted Content added
m fix
bump up archival times to 6/12h instead of 1/2h
Line 48:
// when string is found, the section will be archieved in the seconds specified from last activity in the report
"archive_delays": {
// archive now: 1h2h
"{{effp|ar": 36007200,
// vandalism: 1h6h
"{{effp|v}}": 360021600,
"{{effp|denied}}": 360021600,
// blocked: 1h6h
"{{effp|b}}": 360021600,
"{{effp|b|": 360021600,
"{{effp|blocked": 360021600,
// done: 2h12h
"{{effp|d}}": 720043200,
"{{effp|d|": 720043200,
"{{effp|done": 720043200,
// not done: 2h12h
"{{effp|nd}}": 720043200,
"{{effp|notdone}}": 720043200,
// request on talk page: 2h12h
"{{effp|t|": 720043200,
"{{effp|t}}": 720043200,
"{{effp|talk": 720043200,
// already done: 2h12h
"{{effp|a|": 720043200,
"{{effp|a}}": 720043200,
"{{effp|alreadydone": 720043200
},
 
// if any of these are found on a report, that report will not be archived.
"archive_blockers": [
"{{effp|noarchive", "{{effp|pin"
],