aboutsummaryrefslogtreecommitdiff
path: root/modules/stats.py
Commit message (Expand)AuthorAgeFilesLines
* Switch to using @Utils.hook and docstrings for event hooksGravatar jesopo2018-09-261-4/+8
* Move most code in root directory to src/Gravatar jesopo2018-09-241-1/+1
* Refactor everything to use delimited eventsGravatar jesopo2018-09-191-4/+4
* Remove boot_time from stats.py, move it to start_time in IRCBot otherwise a•••module reload of stats.py would reset !uptime Gravatar jesopo2018-09-111-2/+1
* give an Exports object (actually, ExportsContex object) to each module, to•••facilitate things like !set and !channelset without using the events system Gravatar jesopo2018-09-021-1/+1
* Give modules event objects with "context"s, to facilitate purging all the event•••hooks for a module Gravatar jesopo2018-08-311-3/+3
* show uptime in 1w1d1h1m1s formatGravatar jesopo2018-08-181-18/+3
* Add help strings for stats.pyGravatar jesopo2018-08-091-2/+2
* added stats.py.Gravatar jesopo2016-05-091-0/+52