aboutsummaryrefslogtreecommitdiff
path: root/modules/bot_channel.py
Commit message (Expand)AuthorAgeFilesLines
* 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, in•••bot_channel.py Gravatar jesopo2018-12-061-2/+3
* Move src/Utils.py in to src/utils/, splitting functionality out in to modules of•••related functionality Gravatar jesopo2018-10-031-3/+3
* 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