aboutsummaryrefslogtreecommitdiff
path: root/src/Timers.py
Commit message (Expand)AuthorAgeFilesLines
* a Timer object can have a context yet not be a contextual timerGravatar jesopo2018-10-131-1/+1
* Correctly remove contextual timers from src/Timers.pyGravatar jesopo2018-10-131-3/+9
* Use Timers.get_timers() instead of Timers.timersGravatar jesopo2018-10-121-1/+1
* Add TimersContext, to be able to purge timers when modules are unloadedGravatar jesopo2018-10-121-5/+33
* Correct syntax of event call in Timers.callGravatar jesopo2018-09-281-1/+2
* Correctly access bot_settings in Timers.pyGravatar jesopo2018-09-281-3/+4
* Add missing 'self' to args of Timer.finish()Gravatar jesopo2018-09-281-1/+1
* Remove cyclical references to IRCBotGravatar jesopo2018-09-281-0/+73