diff options
| author | 2019-05-25 21:40:06 +0100 | |
|---|---|---|
| committer | 2019-05-25 21:40:06 +0100 | |
| commit | 268c5adb3c393982b1c337b72d46cb8d1cc84021 (patch) | |
| tree | cf1eabc2787ca6a1064c2e7e3f7b55f2c78d873d /modules/auto_mode.py | |
| parent | Refactor ModuleManager (diff) | |
Add `depends-on` hashflags to relevant modules
Diffstat (limited to 'modules/auto_mode.py')
| -rw-r--r-- | modules/auto_mode.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/auto_mode.py b/modules/auto_mode.py index fd01f787..db503133 100644 --- a/modules/auto_mode.py +++ b/modules/auto_mode.py @@ -1,3 +1,8 @@ +#--depends-on channel_access +#--depends-on commands +#--depends-on config +#--depends-on permissions + from src import ModuleManager, utils @utils.export("channelset", {"setting": "automode", |
