This plugin defines three new global commands: /remind, /done, and /tasks.
Usage: /remind <time> <todo>
This command will remind you to do todo every time.
Usage: /done <id> Remove a reminder.
The id is found using /tasks.
In seconds:
/remind 600 Work!
Will remind you to work every 10 minutes.
Defining the time in seconds is not really practical, so you can describe it with days, hours, and minutes, in a time-string, e.g:
/remind 1h23m "Get up"
Will remind you to get up every 1 hour 23 minutes.