aboutsummaryrefslogtreecommitdiff
path: root/Timer.py
Commit message (Collapse)AuthorAgeFilesLines
* Give modules event objects with "context"s, to facilitate purging all the eventGravatar jesopo2018-08-311-3/+5
| | | | hooks for a module
* did what I said I would sooner than I thought I would. centralised ↵Gravatar jesopo2016-04-191-6/+11
| | | | persisting timers through bot restarts.
* entirely reworked the timer system to work with the event system, will ↵Gravatar jesopo2016-04-191-4/+5
| | | | eventually persist all timers to database until complete in a central way.
* tinkered with some modules and fixed a few bugs, also added the skeleton for ↵Gravatar jesopo2016-04-031-1/+1
| | | | the auto_mode.py module.
* made the args for IRCLineHandler functions global and added a timer-based ↵Gravatar jesopo2016-03-311-0/+2
| | | | channel join re-try.
* first commit.Gravatar jesopo2016-03-291-0/+29