aboutsummaryrefslogtreecommitdiff
path: root/modules/channel_op.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/channel_op.py')
-rw-r--r--modules/channel_op.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/channel_op.py b/modules/channel_op.py
index c3d8c022..f156d340 100644
--- a/modules/channel_op.py
+++ b/modules/channel_op.py
@@ -1,3 +1,8 @@
+#--depends-on channel_access
+#--depends-on check_mode
+#--depends-on commands
+#--depends-on config
+
from src import ModuleManager, utils
class UserNotFoundException(Exception):