diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-01-29 22:30:06 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-01-29 22:30:06 +0000 |
commit | a6c084a18ba6a9bb189dd6376d593cfe232a4321 (patch) | |
tree | 68daee20fe9540096b32063a6c65c5644ae49922 /ChangeLog | |
parent | c7905d630c15e9f71b4585088a8a37706f599b84 (diff) |
Allow timer action rescheduling
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2007-01-29 Giuseppe Bilotta <giuseppe.bilotta@gmail.com> + + * Timer rescheduling: it is now possible to reschedule the period + any particular Action is taken by issuing the command + @bot.timer.reschedule(handle, new_period) + where +handle+ is a timer handle returned by the @bot.timer.add() that + created the action, and new_period is the new period for the Action. + 2007-01-23 Giuseppe Bilotta <giuseppe.bilotta@gmail.com> * Reduced saving: the salut, lart, and quotes plugin now only save |