StarlitGhost / PyMoronBot

All development moved to https://github.com/DesertBot/DesertBot - A modular IRC bot with extensive aliasing capabilities, written in Python.
MIT License
9 stars 0 forks source link

[Schedule] a more basic syntax for repeating tasks #189

Closed StarlitGhost closed 6 years ago

StarlitGhost commented 6 years ago

Something like schedule repeat 3h taskname command params Add a type member to Task and use that for handling the cronStr differently (also, rename it to timeStr or intervalStr, or something)

StarlitGhost commented 6 years ago

This issue was moved to DesertBot/DesertBot#10