aboutsummaryrefslogtreecommitdiff
path: root/modules/bot_channel.py
Commit message (Collapse)AuthorAgeFilesLines
* move bot_channel.py to core_modules, default to no bot channelGravatar jesopo2020-02-261-12/+0
|
* Refactor set/channelset/serverset/botset in to 'utils.Setting' objectsGravatar jesopo2019-06-281-2/+2
|
* Add `depends-on` hashflags to relevant modulesGravatar jesopo2019-05-251-0/+2
|
* Add usage examples for all settingsGravatar jesopo2019-05-231-1/+1
|
* 'received.numeric.###' -> 'received.###' throughout projectGravatar jesopo2019-02-161-1/+1
|
* Add 'bot-channel' config in bot.conf.example and use it, if present, inGravatar jesopo2018-12-061-2/+3
| | | | bot_channel.py
* Move src/Utils.py in to src/utils/, splitting functionality out in to modules ofGravatar jesopo2018-10-031-3/+3
| | | | related functionality
* Put linebreak in a better place for @Utils.export in bot_channel.pyGravatar jesopo2018-09-271-2/+2
|
* Implement @Utils.export, to denote an export on a moduleGravatar jesopo2018-09-271-6/+4
|
* Switch to using @Utils.hook and docstrings for event hooksGravatar jesopo2018-09-261-3/+2
|
* Refactor everything to use delimited eventsGravatar jesopo2018-09-191-1/+1
|
* join.py -> bot_channel.py, make the bot channel (default #bitbot) configurableGravatar jesopo2018-09-121-0/+12