aboutsummaryrefslogtreecommitdiff
path: root/modules/pong.py
Commit message (Collapse)AuthorAgeFilesLines
* pong.py -> ping.pyGravatar jesopo2020-01-211-11/+0
|
* Remove "!" from help stringsGravatar jesopo2019-06-181-1/+1
|
* Add `depends-on` hashflags to relevant modulesGravatar jesopo2019-05-251-0/+2
|
* Move src/Utils.py in to src/utils/, splitting functionality out in to modules ofGravatar jesopo2018-10-031-2/+2
| | | | related functionality
* Switch to using docstring for usage, permission and require_modeGravatar jesopo2018-09-301-1/+4
|
* Move most code in root directory to src/Gravatar jesopo2018-09-241-1/+1
|
* Add ModuleManager.BaseModule so modules don't *have* to implement __init__Gravatar jesopo2018-09-191-5/+2
|
* Support hooking functions in modules with @Utils.hookGravatar jesopo2018-09-191-2/+3
|
* give an Exports object (actually, ExportsContex object) to each module, toGravatar jesopo2018-09-021-1/+1
| | | | 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-3/+2
| | | | hooks for a module
* Implemented delimited "event chains" and changed pong.py to use itGravatar jesopo2018-07-081-2/+2
|
* first commit.Gravatar jesopo2016-03-291-0/+9