aboutsummaryrefslogtreecommitdiff
path: root/modules/modules.py
Commit message (Expand)AuthorAgeFilesLines
* Use ModuleManager.BaseModule in more modulesGravatar jesopo2018-09-271-4/+1
* Switch to using @Utils.hook and docstrings for event hooksGravatar jesopo2018-09-261-22/+30
* Typo, 'e' -> 'warning'Gravatar jesopo2018-09-251-1/+1
* Be more verbose about reloading modules in modules.pyGravatar jesopo2018-09-241-0/+8
* Move most code in root directory to src/Gravatar jesopo2018-09-241-1/+1
* Actually implement !reloadallmodules in modules.pyGravatar jesopo2018-09-241-8/+13
* Better communicate issues with load/unload/reload of modulesGravatar jesopo2018-09-241-25/+21
* Add .reloadallmodules, and fix permissions.Gravatar dngfx2018-09-231-4/+33
* Add !enablemodule and !disablemodule to modules.pyGravatar jesopo2018-09-131-0/+35
* 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
* Added functionality to load, unload and reload modules from a command!Gravatar jesopo2018-09-011-0/+39