aboutsummaryrefslogtreecommitdiff
path: root/modules/commands
diff options
context:
space:
mode:
authorGravatar jesopo2019-05-25 21:40:06 +0100
committerGravatar jesopo2019-05-25 21:40:06 +0100
commit268c5adb3c393982b1c337b72d46cb8d1cc84021 (patch)
treecf1eabc2787ca6a1064c2e7e3f7b55f2c78d873d /modules/commands
parentRefactor ModuleManager (diff)
Add `depends-on` hashflags to relevant modules
Diffstat (limited to 'modules/commands')
-rw-r--r--modules/commands/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/commands/__init__.py b/modules/commands/__init__.py
index a90f287f..4c5ce49e 100644
--- a/modules/commands/__init__.py
+++ b/modules/commands/__init__.py
@@ -1,3 +1,6 @@
+#--depends-on config
+#--depends-on permissions
+
import re, string
from src import EventManager, ModuleManager, utils
from . import outs