aboutsummaryrefslogtreecommitdiff
path: root/modules/vote.py
diff options
context:
space:
mode:
authorGravatar jesopo2019-06-19 22:14:13 +0100
committerGravatar jesopo2019-06-19 22:14:13 +0100
commit1d160093177829a848172ad22c3d9b1219bb8144 (patch)
tree5579785364e6e87ac1b76af4c7d01d520bd0eb70 /modules/vote.py
parentDon't let people vote in closed votes (diff)
Add missing --depends-on hashflags
Diffstat (limited to 'modules/vote.py')
-rw-r--r--modules/vote.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/vote.py b/modules/vote.py
index a1beb522..6a90e157 100644
--- a/modules/vote.py
+++ b/modules/vote.py
@@ -1,3 +1,7 @@
+#--depends-on check_mode
+#--depends-on commands
+#--depends-on permissions
+
import binascii, enum, os, uuid
from src import ModuleManager, utils