aboutsummaryrefslogtreecommitdiff
path: root/src/ModuleManager.py
Commit message (Expand)AuthorAgeFilesLines
...
* Open module files explicitly as utf8 in ModuleManagerGravatar jesopo2018-09-271-2/+2
* Use ModuleManager.BaseModule in more modulesGravatar jesopo2018-09-271-1/+3
* Implement @Utils.export, to denote an export on a moduleGravatar jesopo2018-09-271-6/+9
* Support using docstrings as command helpGravatar jesopo2018-09-261-1/+1
* Add missing format args in ModuleManager exceptionsGravatar jesopo2018-09-261-2/+2
* Don't use assert, throw a better exception for module name collisionsGravatar jesopo2018-09-261-2/+3
* Use 'bitbot_%s' import name format when unloading a moduleGravatar jesopo2018-09-241-2/+4
* Import modules internally as 'bitbot_%s' to avoid name collisions (e.g.•••'telegram') Gravatar jesopo2018-09-241-1/+1
* Move most code in root directory to src/Gravatar jesopo2018-09-241-0/+147