aboutsummaryrefslogtreecommitdiff
path: root/modules/pong.py
Commit message (Expand)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 of•••related functionality Gravatar jesopo2018-10-031-2/+2
* 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, 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/+2
* Implemented delimited "event chains" and changed pong.py to use itGravatar jesopo2018-07-081-2/+2
* first commit.Gravatar jesopo2016-03-291-0/+9