aboutsummaryrefslogtreecommitdiff
path: root/modules/karma.py
Commit message (Collapse)AuthorAgeFilesLines
* give an Exports object (actually, ExportsContex object) to each module, toGravatar jesopo2018-09-021-5/+4
| | | | facilitate things like !set and !channelset without using the events system
* Give modules event objects with "context"s, to facilitate purging all the eventGravatar jesopo2018-08-311-8/+9
| | | | hooks for a module
* Change how specific events assure their hooks gets the event independant ofGravatar jesopo2018-08-281-1/+1
| | | | loading order
* Added !resetkarma in karma.pyGravatar jesopo2018-08-181-0/+15
|
* Added a "replay" system to EventManager hooks, to replay missed .callsGravatar jesopo2017-12-261-3/+1
|
* tweaked karma.py.Gravatar jesopo2016-06-241-4/+5
|
* made set/channelset settings consistent.Gravatar jesopo2016-05-011-2/+2
|
* added a timeout error and fixed the regex on karma.py.Gravatar jesopo2016-04-211-4/+5
|
* simpler boolean channel settingsGravatar Evelyn2016-04-101-3/+2
|
* added usage help to a lot of modules, added a verbose option to karma.py.Gravatar jesopo2016-04-061-1/+20
|
* fixed a couple of problems in some modules.Gravatar jesopo2016-03-291-12/+14
|
* added help strings where they were missing.Gravatar jesopo2016-03-291-1/+1
|
* first commit.Gravatar jesopo2016-03-291-0/+41