aboutsummaryrefslogtreecommitdiff
path: root/modules/greeting.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor set/channelset/serverset/botset in to 'utils.Setting' objectsGravatar jesopo2019-06-281-3/+3
* Add `depends-on` hashflags to relevant modulesGravatar jesopo2019-05-251-0/+2
* Add usage examples for all settingsGravatar jesopo2019-05-231-1/+2
* Move src/Utils.py in to src/utils/, splitting functionality out in to modules of•••related functionality Gravatar jesopo2018-10-031-3/+3
* Move all exports to @Utils.export callsGravatar jesopo2018-09-271-6/+4
* Fix event typo in greeting.py ("recevied" -> "received")Gravatar jesopo2018-09-271-1/+1
* Switch to using @Utils.hook and docstrings for event hooksGravatar jesopo2018-09-261-2/+2
* Add greeting.pyGravatar jesopo2018-09-031-0/+13