| whym added a comment. |
In T72249#4114632, @binbot wrote:
- some delay may be neccessary and should be implemented (we don't want people to mark sections as done at 2:00 am and the bot to archive them at 3:00 am before anybody could have seen the changes). I think it So "algo = old(30d) OR marked(done|2d) would be better (where | is not neccessarily the best choice for separator character)
One way to do that might be "algo = old(30d) OR (old(2d) AND (marked(done) OR marked(not done)))", if a parser is adequately implemented.
Allowing such a flexible syntax might be an overkill for the purpose of archivebot.py, though. It might be sufficient (and easier to implement) to support a more limited one.
TASK DETAIL
EMAIL PREFERENCES
To: whym
Cc: Legoktm, valhallasw, Xqt, Dvorapa, Mpaa, Tacsipacsi, binbot, whym, MarcoAurelio, revi, Dalba, Aklapper, jayvdb, pywikibot-bugs-list, Billinghurst, Magul, Tbscho, MayS, Mdupont, JJMC89, Avicennasis, Masti, Alchimista, Rxy
Cc: Legoktm, valhallasw, Xqt, Dvorapa, Mpaa, Tacsipacsi, binbot, whym, MarcoAurelio, revi, Dalba, Aklapper, jayvdb, pywikibot-bugs-list, Billinghurst, Magul, Tbscho, MayS, Mdupont, JJMC89, Avicennasis, Masti, Alchimista, Rxy
_______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
