aboutsummaryrefslogtreecommitdiff
path: root/modules/modules.py
Commit message (Expand)AuthorAgeFilesLines
* 'bot' -> 'self.bot'Gravatar jesopo2019-05-271-1/+1
* re-add _reload functionGravatar jesopo2019-05-271-0/+4
* Don't include module-unload numbers in "success" numbersGravatar jesopo2019-05-271-2/+0
* Use self.bot.load_modules in modules.pyGravatar jesopo2019-05-271-14/+12
* ModuleManager's load_module function now takes a ModuleDefinitionGravatar jesopo2019-05-271-2/+4
* Add `depends-on` hashflags to relevant modulesGravatar jesopo2019-05-251-0/+3
* Actually save blacklist setting when reenabling a moduleGravatar jesopo2019-05-251-0/+1
* typo in modules.py, '_reload' -> 'self._reload'Gravatar jesopo2018-12-021-1/+1
* Take a `name` param in modules.py._catchGravatar jesopo2018-12-021-4/+4
* Correctly return errors for load/unload, not just reload (modules.py)Gravatar jesopo2018-12-021-12/+18
* Change all instances of stdout.write+return to `raise utils.EventError` in•••modules Gravatar jesopo2018-10-161-14/+7
* 'ModuleWarning' -> 'ModuleManager.ModuleWarning' in modules/modules.pyGravatar jesopo2018-10-041-1/+1
* Move src/Utils.py in to src/utils/, splitting functionality out in to modules of•••related functionality Gravatar jesopo2018-10-031-7/+7
* Switch to using docstring for usage, permission and require_modeGravatar jesopo2018-09-301-17/+23
* Update ModuleManager.load_module calls in modules.pyGravatar jesopo2018-09-291-2/+2
* 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